mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Provide details regarding pyqt5 version
Following instructions as they were on mac osx resulted in the "5.10 is buggy" exception
This commit is contained in:
parent
c8f6c3dff8
commit
0d352faa2d
1 changed files with 4 additions and 2 deletions
|
@ -97,7 +97,9 @@ installed. Most likely you will need to have installed xcode
|
||||||
|
|
||||||
Install homebrew (http://brew.sh/) and then install Anki prerequisites:
|
Install homebrew (http://brew.sh/) and then install Anki prerequisites:
|
||||||
|
|
||||||
$ brew install python PyQt mplayer lame portaudio
|
$ brew install python mplayer lame portaudio
|
||||||
$ pip install sqlalchemy
|
$ pip install sqlalchemy pyqt5==5.9.2
|
||||||
|
|
||||||
|
Make sure to specify pyqt5 version 5.9.2, as the latest version 5.10 is not currently supported.
|
||||||
|
|
||||||
Now you can follow the development commands at the start of this document.
|
Now you can follow the development commands at the start of this document.
|
||||||
|
|
Loading…
Reference in a new issue