Python软件仓库pip

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

 

posted on 2019-10-13 13:32  pengyicun  阅读(775)  评论(0编辑  收藏  举报

导航