From 096415fe22fd7690ce49ce52b6ee4a71a66719db Mon Sep 17 00:00:00 2001 From: wobbl Date: Sun, 29 Dec 2024 20:12:18 +0100 Subject: [PATCH] Added ffmpeg as requirement to the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac72b80..32940c8 100644 --- a/README.md +++ b/README.md @@ -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.