Skip to content

Commit 43fba6d

Browse files
authored
Merge pull request #1105 from cmaureir/update_pyside
Update PySide entry
2 parents ebfd9b7 + d047f53 commit 43fba6d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/scenarios/gui.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,15 @@ PySide
7979
******
8080

8181
PySide is a Python binding of the cross-platform GUI toolkit Qt.
82+
The package name depends on the major Qt version (`PySide` for Qt4,
83+
`PySide2` for Qt5, and `PySide6` for Qt6).
84+
This set of bindings is developed by `The Qt Company <https://qt.io>`_.
8285

8386
.. code-block:: console
8487
85-
$ pip install pyside
88+
$ pip install pyside6
8689
87-
https://wiki.qt.io/Category:LanguageBindings::PySide::Downloads
90+
https://pyside.org
8891

8992

9093
****

0 commit comments

Comments
 (0)