Merge pull request #8331 from mjstapp/fix_dev_doc_pip

doc: fix url for pip 2 in dev doc
This commit is contained in:
Quentin Young 2021-03-24 20:52:38 +00:00 committed by GitHub
commit 5c47ece45f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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