move venv logic to makefile

This commit is contained in:
Adrian Malacoda
2016-12-15 23:14:42 -06:00
parent 9765675925
commit e574207656
2 changed files with 5 additions and 9 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
venv:
python3 -m venv venv
sh -c '. venv/bin/activate; pip install -e .'