From 73b44a05f37eb83dbe588336024cb7a504908496 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 10 Jan 2017 18:51:27 +1000 Subject: [PATCH] mention qt4->qt5 tool --- README.addons | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.addons b/README.addons index 73a870b22..46b4f706e 100644 --- a/README.addons +++ b/README.addons @@ -8,7 +8,7 @@ straight away, here are some tips on porting. Python 3 --------- -Anki 2.1 requires Python 3.4 or later. After installing Python 3 on your +Anki 2.1 requires Python 3.5 or later. After installing Python 3 on your machine, you can use the 2to3 tool to automatically convert your existing scripts to Python 3 code on a folder by folder basis, like: @@ -32,6 +32,10 @@ may find they still work in Anki 2.0.x as well. More info is available at http://pyqt.sourceforge.net/Docs/PyQt4/new_style_signals_slots.html +One add-on author reported that the following tool was useful to automatically +convert the code: +https://github.com/rferrazz/pyqt4topyqt5 + Changes in Anki ----------------