|
|
| (4 intermediate revisions by 3 users not shown) |
| Line 1: |
Line 1: |
| [[Category:LanguageBindings::PySide]]<br />[[Category:LanguageBindings::PySide::Downloads]] | | #REDIRECT [[PySide Binaries Windows]] |
| | |
| '''English''' "French&quot;:http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=windows#III
| |
| | |
| = PySide Binaries for Microsoft Windows =
| |
| | |
| ''Maintainer: Roman Lacko''
| |
| | |
| === Installing prerequisites ===
| |
| | |
| Install latest pip distribution: download "get-pip.py&quot;:https://bootstrap.pypa.io/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 "pip&quot;:http://pypi.python.org/pypi/pip to install the wheel binary packages by issuing the command:<br /><code><br />pip install -U PySide<br /></code>
| |
| * Use "setuptools&quot;:http://pypi.python.org/pypi/setuptools to install the egg binary packages by issuing the command (deprecated):<br /><code><br />easy_install -U PySide<br /></code>
| |
| * Download and install the packages from the "PyPI page&quot;:https://pypi.python.org/pypi/PySide/1.2.2#downloads
| |