From 1fefc76dd795bb2c453a0a6f053469a7a8c80ec1 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Sat, 1 Feb 2025 12:39:48 +0100 Subject: [PATCH] Removed PyQt dev tools from requirements in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 698e5fb..9deb50c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,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 ffmpeg +sudo apt install xcb libxcb-cursor0 ffmpeg ``` Now you can just clone the repo and let pip install it.