dev-setup: Use user's venv
This commit is contained in:
parent
52cc9417bb
commit
c825852f77
@ -1,6 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if ! test -d venv; then
|
|
||||||
python3 -m venv venv
|
|
||||||
fi
|
|
||||||
source venv/bin/activate
|
|
||||||
pip3 install --upgrade -r requirements.txt
|
pip3 install --upgrade -r requirements.txt
|
||||||
Loading…
x
Reference in New Issue
Block a user