mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 21:23:06 +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
|
.. 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
|
sudo python2 ./get-pip.py
|
||||||
|
|
||||||
# And verify the installation
|
# And verify the installation
|
||||||
|
Loading…
Reference in New Issue
Block a user