From 8ba29d4302d7087d6454722a1ea20b48768e0ecf 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 | 0 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 news/7222.doc diff --git a/docs/html/installing.rst b/docs/html/installing.rst index 6b50f929bc9..120d67f7a1d 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 download ``get-pip.py`` by following +this link: `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 diff --git a/news/7222.doc b/news/7222.doc new file mode 100644 index 00000000000..e69de29bb2d