the-great-escape/Makefile
2016-12-15 23:14:42 -06:00

4 lines
75 B
Makefile

venv:
python3 -m venv venv
sh -c '. venv/bin/activate; pip install -e .'