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 d7b2c44 commit 96a5b79Copy full SHA for 96a5b79
README.md
@@ -71,6 +71,8 @@ Installing the project in development mode (in a virtualenv):
71
72
```bash
73
python setup.py develop
74
+# pyqt5 doesn't support develop and have to manually be installed after
75
+pip install PyQt5
76
```
77
78
Running tests:
0 commit comments