We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d540544 commit 1da9785Copy full SHA for 1da9785
README.md
@@ -1,8 +1,16 @@
1
### PyQt5 Distributed via PyPI
2
3
+[![Build Status][travis]][travis_repo]
4
+[![PyPI version][pypi]][pypi_repo]
5
+
6
> This is not in any way related to Riverbanksoftware.
7
8
```bash
9
# To install
-$ pip install pypiqt5
10
+$ pip install python-qt5
11
```
12
13
+[travis]: https://travis-ci.org/pyqt/pyqt5.svg?branch=master
14
+[travis_repo]: https://travis-ci.org/pyqt/pyqt5
15
+[pypi]: https://badge.fury.io/py/python-qt5.svg
16
+[pypi_repo]: http://badge.fury.io/py/pyqt5
0 commit comments