Anki is a smart spaced repetition flashcard program
Find a file
2008-12-24 15:05:13 +09:00
ankiqt use unicode name when adding to media db 2008-12-24 15:05:13 +09:00
designer work around problem with verbose languages in prefs dialog 2008-12-23 19:56:39 +09:00
icons reorganize menus, add icon 2008-12-04 03:46:18 +09:00
mac make sure to set editcurrent on/off, remove pygame from osx build 2008-12-08 00:39:55 +09:00
tools make forms dir if not existing 2008-09-29 02:11:32 +09:00
.gitignore wip 2008-10-05 23:34:59 +09:00
anki initial commit from hg 2008-09-28 00:00:49 +09:00
anki.bat initial commit from hg 2008-09-28 00:00:49 +09:00
anki.desktop initial commit from hg 2008-09-28 00:00:49 +09:00
ankiqtmac.py initial commit from hg 2008-09-28 00:00:49 +09:00
ChangeLog.old initial commit from hg 2008-09-28 00:00:49 +09:00
COPYING initial commit from hg 2008-09-28 00:00:49 +09:00
CREDITS initial commit from hg 2008-09-28 00:00:49 +09:00
ez_setup.py initial commit from hg 2008-09-28 00:00:49 +09:00
icons.qrc reorganize menus, add icon 2008-12-04 03:46:18 +09:00
README update readme 2008-12-12 00:43:40 +09:00
README.development Added complete list of commands. 2008-12-13 15:09:50 +09:00
README.translating initial commit from hg 2008-09-28 00:00:49 +09:00
setup.py initial commit from hg 2008-09-28 00:00:49 +09:00

Anki for Linux
-------------------------------------

Prerequisites:

- a recent python (2.4 should be fine)
- python-qt/pyqt 4.4+
- sqlalchemy 0.4.1+
- simplejson 1.7.3+
- pysqlite2 1.3+ or python2.5

For graph generation:

- python-numpy (numpy)
- python-matplotlib (matplotlib)

For furigana generation:

- kakasi

For audio support:

- pygame

Running / Installation
-------------------------------------

To run from the directory you've untarred it to,

$ ./anki

If you want to install it system wide,

$ (cd libanki && sudo python setup.py install)
$ sudo python setup.py install
$ anki

For more information and the latest version, please see the website at:

http://ichi2.net/anki/