dsnopek / anki-sync-server

A personal Anki sync server (so you can sync against your own server rather than AnkiWeb)
GNU Affero General Public License v3.0
744 stars 95 forks source link

Solution for "no module named anki" on Linux (Install From Source) #75

Open wenzong opened 6 years ago

wenzong commented 6 years ago

Please note the anki-bundled directory is a git submodule.

Simply run git submodule update will sync it.

And this step is useless if you have submodule initialized.

  1. Download and install libanki. You can find the latest release of Anki here
QingGo commented 6 years ago

git submodule update not work for me. git submodule update --init --recursive work instead.