File tree Expand file tree Collapse file tree 1 file changed +23
-7
lines changed Expand file tree Collapse file tree 1 file changed +23
-7
lines changed Original file line number Diff line number Diff line change 1
1
### PyQt5 - distributed via PyPI
2
2
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 ]
5
4
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 ) .
7
20
8
21
``` bash
9
22
$ pip install python-qt5
10
23
```
11
24
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 ) .
14
28
15
- For alternative installation methods, see [ the wiki] ( https://github.com/pyqt/python-qt5/wiki/Installation )
29
+ <br >
30
+ <br >
31
+ <br >
16
32
17
- ** Testing out the installation**
33
+ ### Testing out the installation
18
34
19
35
1 . Launch Python
20
36
2 . Type this in
You can’t perform that action at this time.
0 commit comments