Pyside binaries windows: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
[[Category:LanguageBindings::PySide]]<br />[[Category:LanguageBindings::PySide::Downloads]]
[[Category:LanguageBindings::PySide]]
[[Category:LanguageBindings::PySide::Downloads]]


'''English''' &quot;French&amp;quot;:http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=windows#III
'''English''' "French":http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=windows#III


= PySide Binaries for Microsoft Windows =
= PySide Binaries for Microsoft Windows =
Line 9: Line 10:
=== Installing prerequisites ===
=== Installing prerequisites ===


Install latest pip distribution: download &quot;get-pip.py&amp;quot;:https://bootstrap.pypa.io/get-pip.py and run it using the python interpreter.
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 ===
=== Installing PySide on a Windows System ===
Line 15: Line 16:
To install PySide on Windows you can choose from the following options:
To install PySide on Windows you can choose from the following options:


* Use &quot;pip&amp;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 "pip":http://pypi.python.org/pypi/pip to install the wheel binary packages by issuing the command:
* Use &quot;setuptools&amp;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>
<code>
* Download and install the packages from the &quot;PyPI page&amp;quot;:https://pypi.python.org/pypi/PySide/1.2.2#downloads
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

Revision as of 12:35, 25 February 2015


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:

pip install -U PySide
easy_install -U PySide