PySide Downloads: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{LangSwitch}} | {{LangSwitch}} | ||
[[Category:PySide]] | [[Category:PySide]] | ||
{| class="wikitable" | |||
|- | |||
| style="background: #ff6961;text-align: center;"| Attention | |||
|- | |||
| This is a page dedicated to PySide (Qt4). For recent development on PySide2 (Qt5) and PySide6 (Qt6) refer to [[Qt for Python]] | |||
|} | |||
Both [[PySide]] source and binary packages for all supported platforms are available from the [https://pypi.python.org/pypi/PySide Python Package Index (PyPI)]. Thanks to this, PySide can be downloaded and installed using `pip` installer. | Both [[PySide]] source and binary packages for all supported platforms are available from the [https://pypi.python.org/pypi/PySide Python Package Index (PyPI)]. Thanks to this, PySide can be downloaded and installed using `pip` installer. |
Latest revision as of 10:32, 24 February 2022
Attention |
This is a page dedicated to PySide (Qt4). For recent development on PySide2 (Qt5) and PySide6 (Qt6) refer to Qt for Python |
Both PySide source and binary packages for all supported platforms are available from the Python Package Index (PyPI). Thanks to this, PySide can be downloaded and installed using `pip` installer.
pip install pyside
These files are also available from official Qt Downloads server.
Binaries
Binaries for the the following platforms are available.
Source code
The source code for latest PySide release can be downloaded from the links below or PyPI
Alternatively, you can get the latest source code from our git repository at Qt Project's Gerrit code review tool or from the read-only mirrors at qt.gitorious.org. See details in the Building Pyside page.
The old repositories from pre-Qt era can be found from qt.gitorious.org with -archive added to the repository names.
Build instructions can be found in the Building PySide page and PySide Development.
PySide Test
To check if PySide in installed correctly just enter a python console and type:
import PySide
If no error is returned, you have successfully installed PySide, and can start developing with Qt and Python. You can also check the version of your PySide installation:
PySide.__version__