Skip to content

Commit 257c6f5

Browse files
committed
Update README.md
1 parent 1e055c3 commit 257c6f5

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,36 @@
11
### PyQt5 - distributed via PyPI
22

3-
[![Build Status][travis]][travis_repo]
4-
[![PyPI version][pypi]][pypi_repo]
3+
[![Build status](https://ci.appveyor.com/api/projects/status/wfp7ximk4janf9yj?svg=true)](https://ci.appveyor.com/project/mottosso/python-qt5) [![PyPI version][pypi]][pypi_repo]
54

6-
### Installation - 5.3
5+
<br>
6+
<br>
7+
<br>
8+
9+
#### A) Install with pip and git
10+
11+
With this approach, you get version 5.4
12+
13+
```bash
14+
$ pip install git+git://github.com/pyqt/python-qt5.git
15+
```
16+
17+
#### B) Or install with just pip
18+
19+
With this approach, you only get 5.3 due to [space restrictions on PyPI](https://github.com/pyqt/python-qt5/issues/7).
720

821
```bash
922
$ pip install python-qt5
1023
```
1124

12-
You'll also need the Visual C++ Redistributable.
13-
- http://www.microsoft.com/en-us/download/details.aspx?id=40784
25+
#### C) Or install with just git
26+
27+
- [See wiki](https://github.com/pyqt/python-qt5/wiki/Installation).
1428

15-
For alternative installation methods, see [the wiki](https://github.com/pyqt/python-qt5/wiki/Installation)
29+
<br>
30+
<br>
31+
<br>
1632

17-
**Testing out the installation**
33+
### Testing out the installation
1834

1935
1. Launch Python
2036
2. Type this in

0 commit comments

Comments
 (0)