We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43834e8 commit 5050c4dCopy full SHA for 5050c4d
dev/install-python-packages.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
echo "Installing/upgrading pip.."
4
-python3 -m pip install --upgrade pip
+python3 -m pip install --upgrade pip setuptools
5
6
echo "Installing Python packages.."
7
python3 -m pip install pep8 virtualenv
0 commit comments