4 lines
75 B
Makefile
4 lines
75 B
Makefile
|
venv:
|
||
|
python3 -m venv venv
|
||
|
sh -c '. venv/bin/activate; pip install -e .'
|