update readme

This commit is contained in:
Damien Elmes 2012-05-05 02:06:24 +09:00
parent 1e8fa49b40
commit d3e971fb3d

17
README
View file

@ -1,12 +1,19 @@
Anki
-------------------------------------
Prerequisites for Linux/FreeBSD/etc:
Prerequisites
---------------
- Python 2.6 or 2.7 (not 3.0+)
- Python-Qt/PyQt 4.6+
- mplayer
- lame
To install the prerequisites on Ubuntu/Debian, please use the following
command:
sudo apt-get install python-qt4 mplayer lame libportaudio2
If you're on another distribution the packages may be named differently, so
please consult your package manager.
Your Python version will need to be 2.6 or 2.7 (not 3+), and PyQt needs to be
4.6 or later.
Installation & Running
------------------------