diff --git a/Makefile b/Makefile index 4bc92d6f..70ce7d6a 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,9 @@ dist: @python setup.py sdist --formats=gztar,zip bdist_wheel dev: ## install for development - @pip install -e . + @pip install -e + +dev_requirements: @pip install -r py.requirements/build.txt coverage: