doc: fix link for python2 get-pip.py

Script by the current link doesn't work with Python 2 anymore:
```
ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.6.
Please use https://bootstrap.pypa.io/2.7/get-pip.py instead.
```

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
Igor Ryzhov 2021-03-04 00:13:44 +03:00
parent f60e5fd3d1
commit a113a35d6b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ ubuntu apt repositories; in order to install it:
.. code-block:: shell
curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
curl https://bootstrap.pypa.io/2.7/get-pip.py --output get-pip.py
sudo python2 ./get-pip.py
# And verify the installation