From 40c7ce7dc16a8dfa6d183b83170136b4d22dbdea Mon Sep 17 00:00:00 2001 From: Jeff Tratner Date: Sat, 17 Feb 2018 09:19:28 -0800 Subject: [PATCH] install as editable with `init` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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