We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3a20e9 + 10aa0b1 commit 9f7cb66Copy full SHA for 9f7cb66
scripts/build.sh
@@ -6,4 +6,5 @@ if [[ "$VIRTUAL_ENV" == "" ]]; then
6
source "./venv-linux/bin/activate"
7
fi
8
9
-pip install -r "./requirements.txt"
+pip install -U pip
10
+pip install -U -r "./requirements.txt"
0 commit comments