From fdf753ff63f1c9b1653958b82b528a8d37846401 Mon Sep 17 00:00:00 2001 From: Alexander Shtyrov Date: Fri, 29 Jun 2018 17:47:58 +0100 Subject: Modify the wording of the installation instructions. Fixes #5532 --- docs/installing.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/installing.rst') 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 -- cgit v1.2.1