Pyside Binaries Windows: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Convert ExpressionEngine links)
(Redirect to PySide Binaries Windows)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
#REDIRECT [[PySide Binaries Windows]]


[[Category:LanguageBindings::PySide]]
[[Category:LanguageBindings::PySide]]

Revision as of 11:54, 8 April 2015


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