Skip to main content

Installation

To get started with QT-PyQt-PySide-Custom-Widgets, you can install the package using pip.

First-Time Installation

Run the following command to install:

pip install QT-PyQt-PySide-Custom-Widgets

Upgrade to the Latest Version

To ensure you have the latest version, use:

pip install --upgrade QT-PyQt-PySide-Custom-Widgets

Install PySide6 or PyQt6

Custom Widgets works with both PySide and PyQt

pip install PySide6

or

pip install PyQt6

After installation, proceed to the next section to learn how to start using the widgets in your projects.