How to install Python pip on windows 10

Опубликовано: 24 Март 2026
на канале: how2articles
31
0

This video will show you how to install python pip on windows 10 and windows 11.

If you are looking for a full python install video check out this one
   • How to install python 3.11 on windows 10  

Steps

Step 1
Go to the python pip website installation page
https://pip.pypa.io/en/stable/install...

Step 2
Look for the windows pip install command on the installation page. It should be something like py -m ensurepip --upgrade

Step 3
Open cmd prompt
Run py -m ensurepip --upgrade

Step 4
Confirm pip has been installed successfully
py -m pip --version

My setup (affiliate links)
Laptop: https://amzn.to/3FEN9xb
Monitor: https://amzn.to/3HMAXx3
Keyboard: https://amzn.to/3YGCkn4
Mouse: https://amzn.to/3Wtzzn0

#python #windows10 #windows11 #pypa