Skip to content

Commit 72386ce

Browse files
committed
Update README.md
Added instructions for 5.4 and 5.3
1 parent cf16ebd commit 72386ce

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,25 @@
33
[![Build Status][travis]][travis_repo]
44
[![PyPI version][pypi]][pypi_repo]
55

6-
### Installation
6+
### Installation - 5.3
77

88
```bash
99
$ pip install python-qt5
1010
```
1111

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+
1225
**Testing out the installation**
1326

1427
1. Launch Python

0 commit comments

Comments
 (0)