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