mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
require python2.5+
This commit is contained in:
parent
f41d8f7347
commit
d554fc22ba
2 changed files with 4 additions and 3 deletions
5
README
5
README
|
@ -3,10 +3,9 @@ Anki
|
|||
|
||||
Prerequisites for Linux/FreeBSD/etc:
|
||||
|
||||
- Python 2.4+
|
||||
- Python-Qt/PyQt 4.5+
|
||||
- Python 2.5+
|
||||
- Python-Qt/PyQt 4.6+
|
||||
- SimpleJSON 1.7.3+
|
||||
- PySQLite 1.3+ or Python2.5
|
||||
- Beautiful Soup
|
||||
|
||||
For audio playing support:
|
||||
|
|
|
@ -19,6 +19,8 @@ import anki.js
|
|||
# is focused, which is not good when the user is tabbing through the dialog
|
||||
# fixme: set rtl in div css
|
||||
|
||||
# fixme: commit from tag/group area causes error
|
||||
|
||||
pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif")
|
||||
audio = ("wav", "mp3", "ogg", "flac")
|
||||
|
||||
|
|
Loading…
Reference in a new issue