Merge pull request #226 from andrewsanchez/master

Provide details regarding pyqt5 version
This commit is contained in:
Damien Elmes 2018-02-22 16:57:32 +11:00 committed by GitHub
commit 288c63694d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,9 @@ installed. Most likely you will need to have installed xcode
Install homebrew (http://brew.sh/) and then install Anki prerequisites:
$ brew install python PyQt mplayer lame portaudio
$ pip install sqlalchemy
$ brew install python mplayer lame portaudio
$ 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.