-
Notifications
You must be signed in to change notification settings - Fork 79
Installation
Marcus Ottosson edited this page Feb 5, 2015
·
14 revisions
You have two options for getting PyQt5 installed on your system.
- Install from PyPI
- Clone from GitHub
To install via PyPI, simply run pip
.
$ pip install python-qt5
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