require python2.5+

This commit is contained in:
Damien Elmes 2011-04-08 13:22:24 +09:00
parent f41d8f7347
commit d554fc22ba
2 changed files with 4 additions and 3 deletions

5
README
View file

@ -3,10 +3,9 @@ Anki
Prerequisites for Linux/FreeBSD/etc: Prerequisites for Linux/FreeBSD/etc:
- Python 2.4+ - Python 2.5+
- Python-Qt/PyQt 4.5+ - Python-Qt/PyQt 4.6+
- SimpleJSON 1.7.3+ - SimpleJSON 1.7.3+
- PySQLite 1.3+ or Python2.5
- Beautiful Soup - Beautiful Soup
For audio playing support: For audio playing support:

View file

@ -19,6 +19,8 @@ import anki.js
# is focused, which is not good when the user is tabbing through the dialog # is focused, which is not good when the user is tabbing through the dialog
# fixme: set rtl in div css # fixme: set rtl in div css
# fixme: commit from tag/group area causes error
pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif") pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif")
audio = ("wav", "mp3", "ogg", "flac") audio = ("wav", "mp3", "ogg", "flac")