cBrandon Community

General Category => Raspberry Pi => Topic started by: branx86 on May 01, 2022, 07:20:32 PM

Title: Python-pip install
Post by: branx86 on May 01, 2022, 07:20:32 PM
sudo apt-get update

#Python 2
sudo apt-get install python-pip
#Python 3
sudo apt-get install python3-pip