mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 14:21:45 +00:00
Merge pull request #8331 from mjstapp/fix_dev_doc_pip
doc: fix url for pip 2 in dev doc
This commit is contained in:
commit
5c47ece45f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user