Python PyQt5 Pycharm 环境搭建及配置-转载

如果有侵权请联系,谢谢!

1、在cmd下输入指令

pip install PyQt5       也可以输入这个指令“pip install PyQt5 -i https://pypi.douban.com/simple”(后面是豆瓣的镜像地址,是为了加快下载速度。)

2、在cmd下输入指令

pip install PyQt5-tools

或者输入“pip install PyQt5-tools -i https://pypi.douban.com/simple”(后面是豆瓣的镜像地址,是为了加快下载速度。)

参考链接:

https://www.cnblogs.com/BlueSkyyj/p/8398277.html

https://blog.csdn.net/yl_best/article/details/83749861

发布了41 篇原创文章 · 获赞 16 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/qq_39758638/article/details/104272379