From a76a4f15fe87adce8dc3215c025b2a8dee96d8e4 Mon Sep 17 00:00:00 2001 From: Victor Khaustov <3192677+vi3itor@users.noreply.github.com> Date: Mon, 15 Jul 2019 12:18:57 +0900 Subject: [PATCH] remove outdated pyqt mentions from Mac section --- README.development | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.development b/README.development index c45d79d67..bb1e56b10 100644 --- a/README.development +++ b/README.development @@ -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.