Before you start coding you will first need to have a working installation of PyQt6 on your system. If you don't have PyQt6 set up yet, the following sections will guide you through how to do this on Windows, macOS and Linux.
This guide is also available for macOS and Linux.
Note that the following instructions are only for installation of the GPL licensed version of PyQt. If you need to use PyQt in a non-GPL project you will need to purchase an alternative license from Riverbank Computing to release your software.
Installation on Windows
PyQt6 for Windows can be installed as for any other application or library. As of Qt 5.6 installers are available to install via PyPi, the Python Package archive. To install PyQt6 from Python3 simply run --
pip3 install pyqt6
After install is finished, you should be able to run python
and import PyQt6
.
Note that if you want access to Qt Designer or Qt Creator you will need to download this from https://qt.io/download[the Qt downloads site].
PyQt6 Crash Course — a new tutorial in your Inbox every day
Beginner-focused crash course explaining the basics with hands-on examples.