the-great-escape/Makefile

4 lines
75 B
Makefile
Raw Normal View History

2016-12-15 23:14:42 -06:00
venv:
python3 -m venv venv
sh -c '. venv/bin/activate; pip install -e .'