Pyside binaries windows: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Add "cleanup" tag)
(Convert ExpressionEngine links)
Line 4: Line 4:
[[Category:LanguageBindings::PySide::Downloads]]
[[Category:LanguageBindings::PySide::Downloads]]


'''English''' "French":http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=windows#III
'''English''' [http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=windows#III French]


= PySide Binaries for Microsoft Windows =
= PySide Binaries for Microsoft Windows =
Line 12: Line 12:
=== Installing prerequisites ===
=== Installing prerequisites ===


Install latest pip distribution: download "get-pip.py":https://bootstrap.pypa.io/get-pip.py and run it using the python interpreter.
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 ===
=== Installing PySide on a Windows System ===
Line 18: Line 18:
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 "pip":http://pypi.python.org/pypi/pip to install the wheel binary packages by issuing the command:
* Use [http://pypi.python.org/pypi/pip pip] to install the wheel binary packages by issuing the command:
<code>
<code>
pip install -U PySide
pip install -U PySide
</code>
</code>
* Use "setuptools":http://pypi.python.org/pypi/setuptools to install the egg binary packages by issuing the command (deprecated):
* Use [http://pypi.python.org/pypi/setuptools setuptools] to install the egg binary packages by issuing the command (deprecated):
<code>
<code>
easy_install -U PySide
easy_install -U PySide
</code>
</code>
* Download and install the packages from the "PyPI page":https://pypi.python.org/pypi/PySide/1.2.2#downloads
* Download and install the packages from the [https://pypi.python.org/pypi/PySide/1.2.2#downloads PyPI page]

Revision as of 15:13, 4 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

English French

PySide Binaries for Microsoft Windows

Maintainer: Roman Lacko

Installing prerequisites

Install latest pip distribution: download 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 to install the wheel binary packages by issuing the command:
pip install -U PySide
  • Use setuptools to install the egg binary packages by issuing the command (deprecated):
easy_install -U PySide
  • Download and install the packages from the PyPI page