Skip to content
Marcus Ottosson edited this page Feb 5, 2015 · 14 revisions

You have two options for getting PyQt5 installed on your system.

  1. Install from PyPI
  2. Clone from GitHub

PyPI installation

To install via PyPI, simply run pip.

$ pip install python-qt5

Clone from GitHub

Alternatively, you may choose to clone from GitHub.

$ git clone https://github.com/pyqt/python-qt5.git

Python Qt5 is fully encapsulated and requires no further tweaking. If this isn't true for you, that is a bug and you may submit an issue or pull-request with a fix.

Welcome to the wiki for PyQt5 using Python 2.7. For Python 3.4, head here

Table of contents

Developer Resources

Compilation Instructions

Clone this wiki locally