doc: clarify python and pip2 for ubuntu 20

Must run the pip2 install script with python2 on ubuntu 20.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
Mark Stapp 2020-09-14 09:52:16 -04:00
parent a77bd0f4e6
commit 01ffd5b1ec

View File

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