Python depot pip

Find, install and publish Python packages with the Python Package Index

https://pypi.org/

 

How to install pip:

 

1. Download get-pip.py file:

$ Curl -o https://bootstrap.pypa.io/get-pip.py get-pip.py

 

2. Install pip:

$ python get-pip.py

 

Guess you like

Origin www.cnblogs.com/pengyicun/p/11666194.html