0
点赞
收藏
分享

微信扫一扫

pip永久配置清华源镜像


临时使用清华源镜像

pip install pydot==0.1.2 -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn

永久配置清华源镜像

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple


举报

相关推荐

0 条评论