Skip to content

Commit 96a5b79

Browse files
committed
Develop setup: PyQt5 needs to be installed after develop
This has caused confusion..
1 parent d7b2c44 commit 96a5b79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +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
7476
```
7577

7678
Running tests:

0 commit comments

Comments
 (0)