首页 > 其他分享 >镜像站

镜像站

时间:2022-11-08 10:23:00浏览次数:26  
标签:cn simple pygame https edu 镜像

清华镜像站的地址是:https://pypi.tuna.tsinghua.edu.cn/simple/

例如我们要安装一个pygame包,就可以这样输入

        pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pygame

        中间有个 -i 跟上地址,再跟上我们要安装的包就可以了。

 

标签:cn,simple,pygame,https,edu,镜像
From: https://www.cnblogs.com/lbzbky/p/16868754.html

相关文章