🐍Python

Install Python on your computer

pip - Install Python on your computer

Select your Operating System

Installing Python

Check the Python installation

Open cmd or PowerShell and run:

python --version

Check the pip installation

Open cmd or PowerShell and run:

pip -V

If it returns the version of both then it is installed correctly!

Last updated