mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Wrapped text to 80 characters.
This commit is contained in:
parent
00addd16c5
commit
8f70a5b57a
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ To install pip, securely download `get-pip.py
|
|||
|
||||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||
|
||||
As when running any script downloaded from the web, ensure that you have reviewed the code and are happy that it works as you expect.
|
||||
As when running any script downloaded from the web, ensure that you have
|
||||
reviewed the code and are happy that it works as you expect.
|
||||
Then run the following::
|
||||
|
||||
python get-pip.py
|
||||
|
|
Loading…
Reference in a new issue