python pip安装 使用 阿里云 清华源 镜像源
2022-04-12 python 9943
以spyder安装为例 # 全局设置 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/ 阿里云 pip install -i https://mirrors.aliyun.com/pypi/simple/ spyder 清华源 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple spyder # 新版pyqt6 pip install -i https://mirrors.aliyun.com/pypi/simple PyQt6 pip install pyside6
很赞哦! (0)
相关文章
文章评论
-
-
-
0条评论