【PyQt5-Qt Designer】PyQt5+eric6 安装和配置

PyQt5+eric6 安装及配置

1、利用pip命令安装PyQt5

第一步:安装PyQt5

在cmd命令行中输入:  pip install PyQt5

第二步:安装Qt的工具包

pip install PyQt5-tools

第三步:安装Qsci模块

pip install QScintilla

2、安装Eric6

下载Eric6之后,解开压缩包,打开cmd命令行 Python install.py install 或者双击install.py开始安装

安装完成之后找到安装目录中以下文件

双击可以打开eric6

eric6 安装包如下:

汉化:

链接:https://pan.baidu.com/s/1jefmNLHifthc2rpYCJswpA
提取码:m5vw

eirc6 编译器的配置

参考:https://blog.csdn.net/weixin_41656968/article/details/80253012

 

原文地址:https://www.cnblogs.com/XJT2018/p/10190340.html