Added ffmpeg as requirement to the README.md

This commit is contained in:
The Wobbler 2024-12-29 20:12:18 +01:00
parent 878583eaac
commit 096415fe22

View file

@ -9,7 +9,7 @@ To install Wobuzz, you firstly have to install the dependencies that can't be in
This can be done using:
``` bash
sudo apt install pyqt6-dev-tools xcb libxcb-cursor0
sudo apt install pyqt6-dev-tools xcb libxcb-cursor0 ffmpeg
```
Now you can just clone the repo and let pip install it.