In general, procedure bellow follows guidelines from http://lxer.com/module/newswire/view/298983/index.html attempting to test AlmaLinux 8.3 rather then PyQT5 Framework.
PyQt5 is a comprehensive set of Python bindings for Qt v5. It is implemented as more than 35 extension modules and enables Python to be used as an alternative application development language to C++ on all supported platforms including iOS and Android. Following below is a brief description to enable PyCharm 2021.1 to execute python scripts been written with PyQT5 bindings involved on AlmaLinux 8.3.
First install packages :-
$ sudo dnf install qt5-qtbase-devel
$ sudo dnf install PyQt5
$ sudo dnf install qt5-designer
Afterward install the most recent version of PyCharm on Linux.
No comments:
Post a Comment