Merge pull request #5076 from ewdurbin/get_pip_docs_update

get-pip: add notes to docs for specifying versions
This commit is contained in:
Ernest W. Durbin III 2018-06-29 12:01:06 -04:00 committed by GitHub
commit c7e26ba51d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,11 @@ Install behind a proxy::
python get-pip.py --proxy="http://[user:passwd@]proxy.server:port"
``get-pip.py`` can also be used to install a specified combination of ``pip``,
``setuptools``, and ``wheel`` using the same requirements syntax as ``pip``::
python get-pip.py pip==9.0.2 wheel==0.30.0 setuptools==28.8.0
Using Linux Package Managers
----------------------------