File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
19351 . Launch Python
20362 . Type this in
You can’t perform that action at this time.
0 commit comments