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 ----------------