Update PySide entry

This commit is contained in:
Cristián Maureira-Fredes
2021-10-05 23:07:02 +02:00
parent ebfd9b71a7
commit d047f536fe
+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
****