windows下更换pip源
(1)在windows文件管理器中,输入 %APPDATA%
(2)会定位到一个新的目录下,在该目录下新建pip文件夹,然后到pip文件夹里面去新建个pip.ini文件
(3)在新建的pip.ini文件中输入以下内容
[global]
timeout = 6000
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = pypi.tuna.tsinghua.edu.cn
Mac/Linux pip换源:https://www.cnblogs.com/huangshiyu13/p/8453353.html
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/