Python

Python Raspberry Pi

Installation PyQt5 and Qt-Creator on Raspbian

Install Python on linux is very straightforward as package for PyQt5 are available in the repositories of most distributions. In raspbian you can install either from the command line or via “add/remove software”. the packages you are looking for are named python3-pyqt5 depending on which version you are installing for.

Read More