Add install -e . to Makefile

This commit is contained in:
Anthony Sottile 2014-03-13 08:54:30 -07:00
parent 27291ffa31
commit 8dc0c7a9ee
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ py_env: requirements.txt
rm -rf py_env
virtualenv py_env
bash -c 'source py_env/bin/activate && \
pip install -e . && \
pip install -r requirements.txt'
clean: