|
|
| Line 1: |
Line 1: |
| #REDIRECT [[PySide Binaries Windows]] | | #REDIRECT [[PySide Binaries Windows]] |
|
| |
| [[Category:LanguageBindings::PySide]]
| |
| [[Category:LanguageBindings::PySide::Downloads]]
| |
|
| |
| '''English''' [http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=windows#III French]
| |
|
| |
| = PySide Binaries for Microsoft Windows =
| |
|
| |
| ''Maintainer: Roman Lacko''
| |
|
| |
| === Installing prerequisites ===
| |
|
| |
| Install latest pip distribution: download [https://bootstrap.pypa.io/get-pip.py get-pip.py] and run it using the python interpreter.
| |
|
| |
| === Installing PySide on a Windows System ===
| |
|
| |
| To install PySide on Windows you can choose from the following options:
| |
|
| |
| * Use [http://pypi.python.org/pypi/pip pip] to install the wheel binary packages by issuing the command:
| |
| <code>
| |
| pip install -U PySide
| |
| </code>
| |
| * Use [http://pypi.python.org/pypi/setuptools setuptools] to install the egg binary packages by issuing the command (deprecated):
| |
| <code>
| |
| easy_install -U PySide
| |
| </code>
| |
| * Download and install the packages from the [https://pypi.python.org/pypi/PySide/1.2.2#downloads PyPI page]
| |