解决pip install太慢的问题

来源:互联网 发布:淘宝怎么开点卡充值店 编辑:程序博客网 时间:2024/05/16 12:19

将pip的源换为国内的。

1.新建目录及文件~/.pip/pip.conf

2.内容为:

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

[install]
trusted-host=mirrors.aliyun.com

0 0
原创粉丝点击