-
打開appdata文件夾,在資源管理器的地址欄輸入%appdata%后回車
-
新建一個pip文件夾,在pip文件夾里面新建一個配置文件pip.ini
-
在配置文件中輸入如下內容后保存即可:
[global] timeout = 6000 index-url = https://pypi.tuna.tsinghua.edu.cn/simple trusted-host = pypi.tuna.tsinghua.edu.cn -
國內源地址:
阿里雲 = 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/
