Pyside Binaries Windows

From Qt Wiki
Revision as of 11:54, 8 April 2015 by Henri Vikki (talk | contribs) (Redirect to PySide Binaries Windows)

Redirect page
Jump to navigation Jump to search


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