Merge pull request #316 from vi3itor/master

Remove outdated pyqt mentions from README.development
This commit is contained in:
Damien Elmes 2019-07-17 18:45:04 +10:00 committed by GitHub
commit b503da2648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,8 +108,5 @@ installed. Most likely you will need to have installed xcode
Install homebrew (http://brew.sh/) and then install Anki prerequisites:
$ 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.