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 96a5b79 commit 125dc19Copy full SHA for 125dc19
README.md
@@ -71,8 +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
+# PyQt5 doesn't support develop and have to manually be force-reinstalled installed after
+pip install -I PyQt5
76
```
77
78
Running tests:
0 commit comments