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