1、PyQt5安装
pip install PyQt5
2、qtdesigner安装
本来直接用pip install PyQt5-tools安装的,但是网速下的慢,中间还断了几次,在网上找到一个稳定快速的安装源。
pip install PyQt5-tools -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com
2024-01-06 08:27:52
1、PyQt5安装
pip install PyQt5
2、qtdesigner安装
本来直接用pip install PyQt5-tools安装的,但是网速下的慢,中间还断了几次,在网上找到一个稳定快速的安装源。
pip install PyQt5-tools -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com