安装简述:
- 安装 python
- 安装 pip
- 通过pip安装 sip
- 通过pip安装 PyQt
具体步骤:
- https://www.python.org/downloads/ 下载对应的python版本
- 安装python3
- 检查 python 环境
win+x
打开Windows PowerShell(或者CMD)窗口,键入python -V
回车,查看python版本号,确定python已经正确安装完成
- 安装pip
- 获取 pip 官方文档中的安装脚本https://bootstrap.pypa.io/get-pip.py
- 在脚本所在文件夹打开 Windows PowerShell 键入:
python get-pip.py
(更多参考https://pip.pypa.io/en/stable/installing/)
- 安装pip
- 安装PyQy
- 在Windows PowerShell 键入
pip3 install SIP
安装SIP - 在Windows PowerShell 键入
pip3 install PyQt5
安装PyQt
[注意]:在安装PyQt模块之前请确保已经正确安装SIP模块。
- 在Windows PowerShell 键入