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 d75e779 commit db9e4a1Copy full SHA for db9e4a1
bootstrap.sh
@@ -47,7 +47,9 @@ EOF
47
&& "$PROJECT_ROOT"/bin/pip uninstall -y distribute || true
48
49
# tools
50
-pip_install -U "setuptools>=0.6c11"
+pip_install -U "pip"
51
+pip_install -U "setuptools>=38"
52
+pip_install -U "packaging"
53
pip_install -U "paver>=1.0.5"
54
##pip_install -U "nose>=1.0"
55
##pip_install -U "coverage>=3.4"
0 commit comments