Installing PySide on a Windows System

Installing prerequisites

Install latest pip distribution: download get-pip.py and run it using the python interpreter.

Installing PySide

To install PySide on Windows you can choose from the following options:

  1. Use pip to install the wheel binary packages:

    pip install -U PySide
    
  2. Use setuptools to install the egg binary packages (deprecated):

    easy_install -U PySide
    

Note

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