PyPI国内源

Posted yanruizhe

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PyPI国内源相关的知识,希望对你有一定的参考价值。

 

国内的pip源,如下:

阿里云 http://mirrors.aliyun.com/pypi/simple/

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 

豆瓣(douban) http://pypi.douban.com/simple/ 

清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/

中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

使用方法很简单,直接 -i 加 url 即可!如下:

pip install web.py -i http://pypi.douban.com/simple

1
# pip install web.py -i http://pypi.douban.com/simple

以上是关于PyPI国内源的主要内容,如果未能解决你的问题,请参考以下文章

PyPI使用国内源

Python Pypi 修改 国内源(以豆瓣源为例)

pip更改国内源

使用国内pypi源来安装python包

Python 配置pypi国内源

Python国内镜像源