mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
update readme
This commit is contained in:
parent
1e8fa49b40
commit
d3e971fb3d
1 changed files with 12 additions and 5 deletions
17
README
17
README
|
@ -1,12 +1,19 @@
|
||||||
Anki
|
Anki
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
Prerequisites for Linux/FreeBSD/etc:
|
Prerequisites
|
||||||
|
---------------
|
||||||
|
|
||||||
- Python 2.6 or 2.7 (not 3.0+)
|
To install the prerequisites on Ubuntu/Debian, please use the following
|
||||||
- Python-Qt/PyQt 4.6+
|
command:
|
||||||
- mplayer
|
|
||||||
- lame
|
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
|
Installation & Running
|
||||||
------------------------
|
------------------------
|
||||||
|
|
Loading…
Reference in a new issue