-
Notifications
You must be signed in to change notification settings - Fork 75
/
README
25 lines (20 loc) · 1.13 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Instructions when installing from tarball downloaded from the Mnemosyne website:
Install the following dependencies if needed:
- Python (http://www.python.org) 3.10 or later
- PyQt6 (https://www.riverbankcomputing.com/software/pyqt/download) 6.0 or
later, including PyQt6-WebEngine
- Matplotlib (http://matplotlib.org)
- cheroot (https://pypi.python.org/pypi/Cheroot/) 5 or later
- Webob (http://webob.org) 1.4 or later
- Pillow (http://python-pillow.org)
- gTTS for Google text-to-speech (https://pypi.org/project/gTTS/)
- googletrans for Google translate support
(https://pypi.org/project/googletrans/) 3.0 or later
- argon2-cffi (https://pypi.org/project/argon2-cffi/)
- legacy-cgi (https://pypi.org/project/legacy-cgi/) when using Python 3.13 or later.
- For Latex support: the latex and dvipng commands must be available
(e.g. TeXLive)
These can be installed/upgraded using pip:
pip install --upgrade PyQt6 PyQt6-WebEngine matplotlib cheroot webob pillow googletrans gTTS argon2-cffi
Install Mnemosyne itself with 'sudo python setup.py install'.
(If Python2 is still the default on your system, use pip3 and python3)