From d3e971fb3d9eb1d99c9bed1f8b67bd7bbfbc20d7 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 5 May 2012 02:06:24 +0900 Subject: [PATCH] update readme --- README | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README b/README index 98a032e43..8dc173756 100644 --- a/README +++ b/README @@ -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 ------------------------