Pyside binaries windows

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

Redirect page
Jump to navigation Jump to search
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