Anki is a smart spaced repetition flashcard program
Find a file
2012-04-24 01:51:10 +09:00
aqt don't throw error when typing empty cloze 2012-04-24 01:51:10 +09:00
designer option to use current deck when adding 2012-04-23 03:49:32 +09:00
tools basename fix thanks to muflax 2011-12-20 16:44:52 +09:00
.gitignore bundle qt translations 2012-04-18 01:04:07 +09:00
anki move forms check out of script root so we can report python3 error 2012-04-23 08:27:57 +09:00
anki.bat pause @ end of anki.bat 2012-01-09 10:17:24 +09:00
anki.desktop fixed the .desktop file (trailing semicolon missing) 2009-01-10 23:17:21 +09:00
ChangeLog.old initial commit from hg 2008-09-28 00:00:49 +09:00
LICENSE update logo license 2012-04-06 07:43:27 +09:00
LICENSE.logo allow ankidroid link 2012-04-06 07:54:00 +09:00
README mention bs req and running instructions 2012-04-22 04:50:55 +09:00
README.development mention win32 dev docs 2012-01-16 07:34:37 +09:00
README.translating fix recursion error, update docs 2009-06-30 11:47:30 +09:00

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

Prerequisites for Linux/FreeBSD/etc:

- Python 2.5+
- Python-Qt/PyQt 4.6+
- SimpleJSON 1.7.3+
- BeautifulSoup 3.2+
- Httplib2 0.7+

For audio playing support:

- mplayer

For audio recording support:

- pyaudio
- lame

Old Distros
-------------

If your Linux distribution doesn't have the required versions of BeautifulSoup
or Httplib2, you'll need to bypass the system version. Below is an example for
Ubuntu and BeautifulSoup. Run the following from a terminal:

 $ sudo dpkg -P python-beautifulsoup # remove any system version
 $ sudo apt-get install python-pip
 $ sudo pip install beautifulsoup

Installation & Running
------------------------

Anki does not need installing, and can be run from the directory it is
extracted to. If you extracted it to ~/anki-2.0 for example, you can run Anki
by simply typing ~/anki-2.0/anki in a terminal.

If you don't want the source folder cluttering your home folder, you can move
it to /usr/local/lib/anki or another folder of your choice.

More information
-----------------

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

http://ankisrs.net/