给pycharm换上国内的源代码,安装库速度加快

在user目录中创建一个pip目录,如:C:\Users\xx(你机器的名字)\pip,在pip 目录下新建文件pip.ini,内容如下

 

[global]
timeout = 6000
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = pypi.tuna.tsinghua.edu.cn

 

然后直接

pip install xxxx库代码

给pycharm换上国内的源代码,安装库速度加快

 

速度非常快,

当然  pip.ini 文件可以换成你想要的国内源代码,比如中科院,阿里巴巴等

阿里云 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/
 

上一篇:Python的第三方包安装


下一篇:python安装包-加速