使用清华镜像
pip3 install pip -U
pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
本文介绍了如何利用清华镜像源来加速Python的pip3包管理器的安装和更新过程,具体步骤包括使用`pip3install--upgradepip`命令更新pip,以及通过`pip3configsetglobal.index-urlhttps://pypi.tuna.tsinghua.edu.cn/simple`设置镜像地址,以提升在国内下载Python库的速度。
使用清华镜像
pip3 install pip -U
pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
4420
8722
8999

被折叠的 条评论
为什么被折叠?