Merge pull request #3721 from gdanielson/patch-1

Update installing.rst example proxy URI
This commit is contained in:
Donald Stufft 2017-04-03 09:18:39 -04:00 committed by GitHub
commit 491294f61e
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ Install to the user site [4]_::
Install behind a proxy::
python get-pip.py --proxy="[user:passwd@]proxy.server:port"
python get-pip.py --proxy="http://[user:passwd@]proxy.server:port"
Using Linux Package Managers