PyQt5+qtdesigner开发环境配置

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
上一篇:关于nginx的安装


下一篇:CSRF(跨站请求伪造攻击)漏洞详解