In this tutorial, you will learn how to install pip on windows 10.
In order to be able to install pip you must have python installed on your system, follow our tutorial how to install python here.
Step 1 – Download the setup file
Download the setup file below, right click over the link and choose save as and save it to your computer.
https://bootstrap.pypa.io/get-pip.py
Step 2 – Install PIP
Remember where you downloaded the file “get-pip.py”, and launch cmd from there, or you can simply go to the directory by running the command below in command prompt.
The command below it’s just an example.
#cd C:\Users\Administrator\Downloads then type python get-pip.py and press enter
Then check if pip got installed correctly via the command
pip --version
Conclusion
By now you should know how to install PIP on Windows.