From abb2d35bdf00bc8dfc445df1f7ad6ed57a4aeacb Mon Sep 17 00:00:00 2001 From: flan Date: Wed, 22 Aug 2018 14:30:47 +0200 Subject: [PATCH] Mention the need to have Anki installed --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2da383e..b56e4ad 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ It supports Python 3 and Anki 2.1. Installing ---------- +0. Install Anki. The server currently works well with 2.1.1. If for some reason + you can't get this version easily on your system, you can use `anki-bundled` + from this repo: + + $ git submodule update --init + $ cd anki + $ pip install -r requirements.txt + 1. Install the dependencies: $ pip install webob