Skip to content

Commit

Permalink
Rephrase installation instructions
Browse files Browse the repository at this point in the history
Make it a bit more clear that the goal is to just
download the get-pip.py file and that the curl command
is not required
  • Loading branch information
everdimension authored and xavfernandez committed Oct 16, 2019
1 parent bc7948e commit 3b8e2f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/html/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ Just make sure to :ref:`upgrade pip <Upgrading pip>`.
Installing with get-pip.py
--------------------------

To install pip, securely download `get-pip.py
<https://bootstrap.pypa.io/get-pip.py>`_. [1]_::
To install pip, securely [1]_ download ``get-pip.py`` by following
this link: `get-pip.py
<https://bootstrap.pypa.io/get-pip.py>`_. Alternatively, use ``curl``::

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Then run the following::
Then run the following command in the folder where you
have downloaded ``get-pip.py``::

python get-pip.py

Expand Down
1 change: 1 addition & 0 deletions news/7222.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add more clear installation instructions

0 comments on commit 3b8e2f3

Please sign in to comment.