This commit is contained in:
Claudio Santini 2025-02-11 09:34:48 +01:00
parent 100ed3e467
commit 989b3e6850

View file

@ -54,7 +54,7 @@ You need some extra dependencies to run the GUI.
```
sudo apt install ffmpeg espeak-ng
sudo apt install libgtk-3-dev # just for Ubuntu/Debian 🐧, Windows/Mac don't need this
sudo apt install libgtk-3-dev # just for Ubuntu/Debian 🐧, Windows/Mac don't need this
pip install audiblez pillow wxpython
```