美文网首页
Python安装PyQt5Designer与pyqt5

Python安装PyQt5Designer与pyqt5

作者: 爱学习的蹭蹭 | 来源:发表于2023-08-22 10:44 被阅读0次

Python安装PyQt5Designer与pyqt5

  • 首先进入自己安装Python的路径C:\您的电安装\Python\Scripts
  • 找到是否有安装pip此命令。再命令窗体进行输入如下命令执行.

1、安装PyQt5Designer
使用国内清华镜像网

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

2、安装pyqt5
使用国内清华镜像网

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

3.国内Python镜像总结

镜像站名    网址

华为镜像源  https://mirrors.huaweicloud.com/
阿里云 http://mirrors.aliyun.com/pypi/simple/

中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
浙江大学开源镜像站    http://mirrors.zju.edu.cn/

腾讯开源镜像站    http://mirrors.cloud.tencent.com/pypi/simple
豆瓣 http://pypi.douban.com/simple/
网易开源镜像站    http://mirrors.163.com/
搜狐开源镜像    http://mirrors.sohu.com/

相关文章

网友评论

      本文标题:Python安装PyQt5Designer与pyqt5

      本文链接:https://www.haomeiwen.com/subject/jpqumdtx.html