Anki is a smart spaced repetition flashcard program
Find a file
2009-08-17 04:58:33 +09:00
ankiqt if win32 document dir invalid, use home dir instead 2009-08-17 04:58:33 +09:00
designer toolbar in cardlist, toggleable suspend&mark, coloured marked cards 2009-07-08 13:39:10 +09:00
icons updated icon 2009-08-17 04:33:27 +09:00
mac still need qtnetwork for webkit 2009-06-25 07:12:15 +09:00
tools Updated Swedish translation and reran translation.sh 2009-06-12 08:43:34 +02:00
.gitignore don't ignore build files 2009-01-09 10:23:00 +09:00
anki Added a notification if the forms module is not generated yet. 2009-02-21 12:30:09 +01:00
anki.bat initial commit from hg 2008-09-28 00:00:49 +09:00
anki.desktop fixed the .desktop file (trailing semicolon missing) 2009-01-10 23:17:21 +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 fix recursion error, update docs 2009-06-30 11:47:30 +09:00
ez_setup.py initial commit from hg 2008-09-28 00:00:49 +09:00
icons.qrc color manually suspended too, add leech criteria, suspend manually 2009-06-17 16:03:40 +09:00
README mention beautifulsoup dependency 2009-07-10 00:37:19 +09:00
README.development fix recursion error, update docs 2009-06-30 11:47:30 +09:00
README.translating fix recursion error, update docs 2009-06-30 11:47:30 +09:00
setup.py initial commit from hg 2008-09-28 00:00:49 +09:00

Anki
-------------------------------------

Prerequisites for Linux/FreeBSD/etc:

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

For graph generation:

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

For audio playing support:

- mplayer

For audio recording support:

- sox 14.1+
- pyaudio
- lame

For importing SuperMemo XML:

- python-beautifulsoup

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/