From 80045fe3e2fdeea45e3cbb7724d11b86e5a670d8 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Mon, 14 Sep 2020 11:08:54 +0100 Subject: [PATCH] bootstrap issues? --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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