- Python 3.x installed on your system
- verify with
py --version
-
Check out details here.
-
Check if
pipis installed on your system by running:py -m pip --version -
If not, download the
pipinstallation script. In Command Prompt or PowerShell run:curl https://bootstrap.pypa.io/get-pip.py -o get-pip.pyIt'll create a fileget-pip.pyin same directory. -
Next run
python .\get-pip.pyto installpip -
Verify (see above) - and done.