diff --git a/Makefile b/Makefile index 255b55af..a615386b 100644 --- a/Makefile +++ b/Makefile @@ -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