Thursday, November 2, 2017

pip Installation on linux

python-pip is in the universe repositories, therefore use the steps below:

sudo apt-get install software-properties-common
sudo apt-add-repository universe
sudo apt-get update (update all package)
sudo apt-get install python-pip

No comments:

Post a Comment