Pyside binaries windows: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(remove content and category from redirection page)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:LanguageBindings::PySide]]
#REDIRECT [[PySide Binaries Windows]]
[[Category:LanguageBindings::PySide::Downloads]]
 
'''English''' "French":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":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":http://pypi.python.org/pypi/pip to install the wheel binary packages by issuing the command:
<code>
pip install -U PySide
</code>
* Use "setuptools":http://pypi.python.org/pypi/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 "PyPI page":https://pypi.python.org/pypi/PySide/1.2.2#downloads

Latest revision as of 08:00, 26 April 2015