From b20c69d613c1e12395618aa082e4858e2d12f8ad Mon Sep 17 00:00:00 2001 From: flan Date: Wed, 22 Aug 2018 14:40:52 +0200 Subject: [PATCH] Clarify supported Python version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9edb44f..b624ff0 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Installing 0. Install Anki. The server currently works well with 2.1.1. Running the server with other versions might work, but things might break, so do it at your own risk. Anki 2.0.x definitely isn't going to work, as it's written in Python 2, - whereas `ankisyncd` runs only on Python 3 and later. If for some reason you - can't get the supported version easily on your system, you can use + whereas `ankisyncd` runs only on Python 3.5 and later. If for some reason + you can't get the supported Anki version easily on your system, you can use `anki-bundled` from this repo: $ git submodule update --init