remove outdated pyqt mentions from Mac section

This commit is contained in:
Victor Khaustov 2019-07-15 12:18:57 +09:00
parent 6661ba8a77
commit a76a4f15fe

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.