本文主要是介绍PyQt5 PyQt6 Designer 的安装,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
pip国内的一些镜像
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
修改源方法:
临时使用:
可以在使用pip的时候在后面加上-i参数,指定pip源
eg: pip install pyqt6 -i https://pypi.tuna.tsinghua.edu.cn/simple
python 可直接至 Python官网 下载,如图所示:
QT官方文档及例程:
Examples - Qt for PythonQt Documentation | Home
这篇关于PyQt5 PyQt6 Designer 的安装的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!