Skip to content

Commit 125dc19

Browse files
committed
PyQt5 install needs to be forced after develop
1 parent 96a5b79 commit 125dc19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ Installing the project in development mode (in a virtualenv):
7171

7272
```bash
7373
python setup.py develop
74-
# pyqt5 doesn't support develop and have to manually be installed after
75-
pip install PyQt5
74+
# PyQt5 doesn't support develop and have to manually be force-reinstalled installed after
75+
pip install -I PyQt5
7676
```
7777

7878
Running tests:

0 commit comments

Comments
 (0)