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 committed Oct 16, 2019
1 parent bc7948e commit 8ba29d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/html/installing.rst
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 download ``get-pip.py`` by following
this link: `get-pip.py
<https://bootstrap.pypa.io/get-pip.py>`_. [1]_. 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
Empty file added news/7222.doc
Empty file.

0 comments on commit 8ba29d4

Please sign in to comment.