凌的博客

您现在的位置是: 首页 > 学无止境 > python > 

python

python pip安装 使用 阿里云 清华源 镜像源

2022-04-12 python 8928
以spyder安装为例

阿里云

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条评论