We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf16ebd commit 72386ceCopy full SHA for 72386ce
1 file changed
README.md
@@ -3,12 +3,25 @@
3
[![Build Status][travis]][travis_repo]
4
[![PyPI version][pypi]][pypi_repo]
5
6
-### Installation
+### Installation - 5.3
7
8
```bash
9
$ pip install python-qt5
10
```
11
12
+You'll also need the Visual C++ Redistributable.
13
+- http://www.microsoft.com/en-us/download/details.aspx?id=40784
14
+
15
+### Installation - 5.4
16
17
+The 5.4 installation is different due to some trouble getting it up onto PyPI, this is what you can do in the meantime.
18
19
+```bash
20
+$ pip install git+https://github.com/pyqt/python-qt5.git
21
+```
22
23
+You won't need the Redistributable here; as it is included.
24
25
**Testing out the installation**
26
27
1. Launch Python
0 commit comments