move venv logic to makefile
This commit is contained in:
parent
9765675925
commit
e574207656
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 .'
|
Loading…
x
Reference in New Issue
Block a user