Last updated 2 years ago
Was this helpful?
Python
pip - Install Python on your computer
Select your Operating System
Open cmd or PowerShell and run:
python --version
pip
pip -V
If it returns the version of both then it is installed correctly!
If you use Ubuntu or any distro based on it, run the following command in Terminal:
sudo apt install python3 python3-pip
If you use Fedora, run the following command in Terminal
sudo dnf install python3 python3-pip
If you use Arch Linux or any distro based on it, run the following command in Terminal:
sudo pacman -S python python-pip
Open Terminal and run:
Repository Package Information: ,