The readme recommends running sudo apt-get install python-pip. I am on Ubuntu 20.04.2 and running this command yields the error "E: Unable to lcate package python-pip." These instructions indicate that the get-pip.py script needs to be run instead. I was able to follow these instructions to successfully install pip and the package dependencies. The readme should be updated to reflect this or the instructions for installing pip removed.
The readme recommends running
sudo apt-get install python-pip
. I am on Ubuntu 20.04.2 and running this command yields the error "E: Unable to lcate package python-pip." These instructions indicate that the get-pip.py script needs to be run instead. I was able to follow these instructions to successfully install pip and the package dependencies. The readme should be updated to reflect this or the instructions for installing pip removed.I will submit a PR for this soon.