Tuesday, March 3, 2020

Windows install pip

1. Open cmd as administrator
2. Install python
3. curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
4. Then run the following command in the folder where you have downloaded get-pip.py:
python get-pip.py

5. Add pip installation path to environment PATH
6. check
pip help

No comments:

Post a Comment