Find, install and publish Python packages with the Python Package Index
https://pypi.org/
如何安装pip:
1. 下载get-pip.py文件:
$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
2. 安装pip:
$ python get-pip.py
原文:https://www.cnblogs.com/pengyicun/p/11666194.html