From 3b8e2f3749129b41a277acfbedc543ad7d770466 Mon Sep 17 00:00:00 2001 From: everdimension Date: Wed, 16 Oct 2019 03:09:07 +0300 Subject: [PATCH] Rephrase installation instructions 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 --- docs/html/installing.rst | 8 +++++--- news/7222.doc | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 news/7222.doc diff --git a/docs/html/installing.rst b/docs/html/installing.rst index 6b50f929bc9..5107afa9272 100644 --- a/docs/html/installing.rst +++ b/docs/html/installing.rst @@ -18,12 +18,14 @@ Just make sure to :ref:`upgrade pip `. Installing with get-pip.py -------------------------- -To install pip, securely download `get-pip.py -`_. [1]_:: +To install pip, securely [1]_ download ``get-pip.py`` by following +this link: `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 diff --git a/news/7222.doc b/news/7222.doc new file mode 100644 index 00000000000..5d68f707a20 --- /dev/null +++ b/news/7222.doc @@ -0,0 +1 @@ +Add more clear installation instructions