Installing
Qt for Python is available through PyPA using pip
under the name pyside6
. In the example below we setup a venv
environment in which we will install the latest version of Qt for Python:
When the environment is setup, we continue to install pyside6
using pip
:
After the installation, we can test it by running a Hello World example from the interactive Python prompt:
The example results in a window such as the one shown below. To end the program, close the window.
Last updated