summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 81e9e62..66c0291 100644
--- a/Makefile
+++ b/Makefile
@@ -70,9 +70,8 @@ clean-docs:
.PHONY: clean-build clean-pyc clean-venv clean-docs
-dev-packages:
- @pip install -U nose mock restructuredtext_lint
- @pip install -U wheel twine
- @pip install -U Sphinx
+dev-env:
+ pip install -r requirements.txt
+ python setup.py develop
-.PHONY: dev-packages
+.PHONY: dev-env