mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
45 lines
783 B
Text
45 lines
783 B
Text
Anki
|
|
-------------------------------------
|
|
|
|
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 audio playing support:
|
|
|
|
- mplayer on Windows/Linux (Mac uses native libraries)
|
|
|
|
For audio recording support:
|
|
|
|
- sox
|
|
- pyaudio
|
|
|
|
For furigana generation:
|
|
|
|
- kakasi
|
|
|
|
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/
|