Linux或 Mac下运行命令
vi ~/.pip/pip.conf
然后写入如下内容并保存
[global]
trusted-host = mirrors.aliyun.com
index-url = http://mirrors.aliyun.com/pypi/simple
anaconda 加速
参考Anaconda包管理工具conda包下载加速
Linux或 Mac下运行命令
vi ~/.pip/pip.conf
然后写入如下内容并保存
[global]
trusted-host = mirrors.aliyun.com
index-url = http://mirrors.aliyun.com/pypi/simple
anaconda 加速
参考Anaconda包管理工具conda包下载加速