We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pip download
pip install --download
1 parent 16ced28 commit 97eed2bCopy full SHA for 97eed2b
prep_teamcity
@@ -33,7 +33,7 @@ pip install -U pip
33
pip install wheel
34
35
# Download distro independent artifacts
36
-pip install --download wheelhouse $DIR/ext/dcos-image
+pip download -d wheelhouse $DIR/ext/dcos-image
37
38
# Make the wheels, they will be output into the folder `wheelhouse` by default.
39
pip wheel --wheel-dir=wheelhouse --no-index --find-links=wheelhouse $DIR/ext/dcos-image
0 commit comments