From fdf753ff63f1c9b1653958b82b528a8d37846401 Mon Sep 17 00:00:00 2001 From: Alexander Shtyrov Date: Fri, 29 Jun 2018 17:47:58 +0100 Subject: [PATCH 1/3] Modify the wording of the installation instructions. Fixes #5532 --- docs/installing.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installing.rst b/docs/installing.rst index 916c3a3ba..c4a69227f 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -23,7 +23,8 @@ To install pip, securely download `get-pip.py curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py -Inspect ``get-pip.py`` for any malevolence. Then run the following:: +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 From 00addd16c535e60798d09408a9cb281508ce02ae Mon Sep 17 00:00:00 2001 From: Alexander Shtyrov Date: Fri, 29 Jun 2018 17:57:48 +0100 Subject: [PATCH 2/3] Mark pull request as trivial. --- news/534bb179-538c-4aaa-9688-ac93f21b47f7.trivial | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 news/534bb179-538c-4aaa-9688-ac93f21b47f7.trivial diff --git a/news/534bb179-538c-4aaa-9688-ac93f21b47f7.trivial b/news/534bb179-538c-4aaa-9688-ac93f21b47f7.trivial new file mode 100644 index 000000000..e69de29bb From 8f70a5b57a2d42c7c4f157fd3c0939cc548a0fe5 Mon Sep 17 00:00:00 2001 From: Alexander Shtyrov Date: Sat, 30 Jun 2018 13:26:05 +0100 Subject: [PATCH 3/3] Wrapped text to 80 characters. --- docs/installing.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installing.rst b/docs/installing.rst index c4a69227f..ac9cd4fb2 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -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