Merge pull request #1105 from cmaureir/update_pyside

Update PySide entry
This commit is contained in:
Dan Bader
2021-10-05 14:30:06 -07:00
committed by GitHub
+5 -2
View File
@@ -79,12 +79,15 @@ PySide
******
PySide is a Python binding of the cross-platform GUI toolkit Qt.
The package name depends on the major Qt version (`PySide` for Qt4,
`PySide2` for Qt5, and `PySide6` for Qt6).
This set of bindings is developed by `The Qt Company <https://qt.io>`_.
.. code-block:: console
$ pip install pyside
$ pip install pyside6
https://wiki.qt.io/Category:LanguageBindings::PySide::Downloads
https://pyside.org
****