Clarify supported Python version

This commit is contained in:
flan 2018-08-22 14:40:52 +02:00
parent 47294d1585
commit b20c69d613

View File

@ -20,8 +20,8 @@ Installing
0. Install Anki. The server currently works well with 2.1.1. Running the server 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 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, 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 whereas `ankisyncd` runs only on Python 3.5 and later. If for some reason
can't get the supported version easily on your system, you can use you can't get the supported Anki version easily on your system, you can use
`anki-bundled` from this repo: `anki-bundled` from this repo:
$ git submodule update --init $ git submodule update --init