move venv logic to makefile
This commit is contained in:
3
Makefile
Normal file
3
Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
venv:
|
||||
python3 -m venv venv
|
||||
sh -c '. venv/bin/activate; pip install -e .'
|
Reference in New Issue
Block a user