We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 107436f + c46a8ca commit c2e6ba0Copy full SHA for c2e6ba0
shell/install-deps.sh
@@ -32,7 +32,7 @@ echo "Dependencies Installed"
32
echo "Installing Python Libraries..."
33
curl --silent https://bootstrap.pypa.io/get-pip.py | python
34
# If we are in Frameworks 2.0, uncomment this and remove the endpoints entry from the libraries: section in the app.yaml
35
-pip install -t lib google-endpoints --ignore-installed --upgrade
+# pip install -t lib google-endpoints --ignore-installed --upgrade
36
pip install -q -r ${HOMEROOT}/requirements.txt -t ${HOMEROOT}/lib --upgrade --only-binary all
37
echo "Libraries Installed"
38
0 commit comments