Installation Guide ================== Dependencies ------------ * Python 3.7+ * Qt 5.15+ * PySide6, PyQt6, PyQt5 or PySide2 Installation ------------ .. tab-set:: .. tab-item:: PyPi PyQtDarkTheme can be installed via pip from `PyPI `__. :: pip install pyqtdarktheme .. tab-item:: GitHub To get access to the latest features and bugfixes you can install PyQtDarkTheme from GitHub. :: pip install git+https://github.com/5yutan5/PyQtDarkTheme.git@main Example App ----------- PyQtDarkTheme includes example app that can be accessed by running: :: python -m qdarktheme.widget_gallery