install as editable with init

This commit is contained in:
Jeff Tratner
2018-02-17 09:19:28 -08:00
committed by GitHub
parent 0676c65e06
commit 40c7ce7dc1
+1 -1
View File
@@ -8,7 +8,7 @@ run-tests:
.PHONY: init ## Initialize pipenv for development
init:
python setup.py install
python setup.py develop
pipenv install --dev
.PHONY: docs ## Generate documentation