🐍Python
Install Python
on your computer
Python
on your computerpip - Install Python on your computer
Select your Operating System
Installing Python
Python

Check the Python
installation
Python
installationOpen cmd or PowerShell and run:
python --version
Check the pip
installation
pip
installationOpen cmd or PowerShell and run:
pip -V
If it returns the version of both then it is installed correctly!
Last updated