摘要: 使用pip config命令设置默认镜像源,使用国内的源,提高安装速度 操作步骤 临时方式pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple永久方式pip config set global.index-url https://py 阅读全文
posted @ 2023-02-13 12:30 windfic 阅读(518) 评论(0) 推荐(0) 编辑