SyntaxFix
Write A Post
Hire A Developer
Questions
This is one way of installing pip on a Windows system.
Download the "get-pip" python script from here: https://bootstrap.pypa.io/get-pip.py
Save the file as getpip.py
getpip.py
Run it from cmd: python getpip.py install
python getpip.py install