diff --git a/script/bootstrap b/script/bootstrap index 0115086..ac16bd7 100644 --- a/script/bootstrap +++ b/script/bootstrap @@ -7,5 +7,5 @@ VENV="venv" VENV=${VENV#-} python -m venv $VENV . $VENV/bin/activate -python -m pip install -U pip wheel +# python -m pip install -U pip wheel python -m pip install -r requirements.txt