安裝簡述:
- 安裝 python
- 安裝 pip
- 通過pip安裝 sip
- 通過pip安裝 PyQt
具體步驟:
- https://www.python.org/downloads/ 下載對應的python版本
- 安裝python3
- 檢查 python 環(huán)境
win+x
打開Windows PowerShell(或者CMD)窗口躏精,鍵入python -V
回車悲幅,查看python版本號幸海,確定python已經(jīng)正確安裝完成
- 安裝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模塊之前請確保已經(jīng)正確安裝SIP模塊诫肠。
- 在Windows PowerShell 鍵入