Python pyqt5绘画界面(文章可能啰嗦,不喜勿喷)

Python pyqt5绘画界面(文章可能啰嗦,不喜勿喷)

第一步:下载pyqt
安装pyqt5

pip install pyqt5

如果安装不上的报错的,使用下面这个用了清华的镜像源进行安装

pip install pyqt5 -i https://pypi.tuna.tsinghua.edu.cn/simple

第二步:安装pyqt5-tools,与第一步同理

pip install pyqt5-tools

报错安装不上还是使用清华镜像源命令安装`

pip install pyqt5-tools -i https

你可能感兴趣的:(Python学习,python,qt,pycharm)