Pyside Binaries Windows: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 16:21, 14 January 2015

English French [qt-devnet.developpez.com]

PySide Binaries for Microsoft Windows

Maintainer: Roman Lacko

Installing prerequisites

Install latest pip distribution: download get-pip.py [bootstrap.pypa.io] 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 [pypi.python.org] to install the wheel binary packages by issuing the command:
  • Use setuptools [pypi.python.org] to install the egg binary packages by issuing the command (deprecated):
  • Download and install the packages from the PyPI page [pypi.python.org]

Provided binaries are without any other external dependencies. All required Qt libraries, development tools and examples are included.

Categories: