🐍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

Last updated