PyQt5环境搭建

2019-07-23  本文已影响0人  突突兔007

PyQt5 环境搭建

更换python镜像源

python -m pip install –upgrade 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/ 

安装python环境

省略......

安装PyQt5

pip install pyqt5

安装Pyqt5-tools

pip install pyqt5-tools

eric6的安装

下载页:http://eric-ide.python-projects.org/eric-download.html
下载地址:https://nchc.dl.sourceforge.net/project/eric-ide/eric6/stable/19.07/eric6-19.7.zip

安装过程中一路yes,直到安装成功。成功之后,会在python的Scripts文件夹下多出来一些文件,我们即可开发图形界面了。如下:


image.png
上一篇下一篇

猜你喜欢

热点阅读