This updates the package "python-pip" to "python3-pip"
in the instructions for Ubuntu/Debian distributions.
I have just attempted to install the dependencies necessary
before building the source, and I discovered that the package
that provides this has changed.
I tested this on 18 Nov 2021.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
.. prompt:: bash $
- sudo apt-get install gcc python-dev python-pip libxml2-dev libxslt-dev doxygen graphviz ant ditaa
+ sudo apt-get install gcc python-dev python3-pip libxml2-dev libxslt-dev doxygen graphviz ant ditaa
sudo apt-get install python-sphinx
For Fedora distributions, execute the following: