Skip to content

Commit

Permalink
updated dev install make script
Browse files Browse the repository at this point in the history
  • Loading branch information
benranderson committed Jul 27, 2018
1 parent e4e3462 commit 91fb718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -76,5 +76,5 @@ test-release: dist ## package and upload a release to TestPyPI
install: clean ## install the package to the active Python's site-packages
python setup.py install

dev-install: clean ## install package to the active Python's site-packages while allowing edit
python setup.py develop
dev-install: clean ## install editable package to development environment
pip install --editable .

0 comments on commit 91fb718

Please sign in to comment.