mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
Anki is a smart spaced repetition flashcard program
aqt | ||
designer | ||
tools | ||
.gitignore | ||
anki | ||
anki.1 | ||
anki.bat | ||
anki.desktop | ||
anki.png | ||
anki.xpm | ||
ChangeLog.old | ||
LICENSE | ||
LICENSE.logo | ||
Makefile | ||
README | ||
README.development | ||
README.translating |
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'd like to install it system wide, change to the folder you extracted it to, and run 'sudo make install'. The makefile also supports uninstalling. More information ----------------- For more information and the latest version, please see the website at: http://ankisrs.net/