2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00
This commit is contained in:
quadrismegistus 2020-09-14 11:04:47 +01:00
parent 2127a542d5
commit c08fefc6ab

View File

@ -2,9 +2,10 @@
pyenv install --skip-existing
VENV="${PWD##*/}.venv"
#VENV="${PWD##*/}.venv"
VENV="venv"
VENV=${VENV#-}
python3 -m venv $VENV
python -m venv $VENV
. $VENV/bin/activate
python3 -m pip install -U pip wheel
python3 -m pip install -r requirements.txt
python -m pip install -U pip wheel
python -m pip install -r requirements.txt