From 92e0fcae3ac368ec988777408f6b65a4dd54bb6e Mon Sep 17 00:00:00 2001 From: PhoenixmitX <39215472+PhoenixmitX@users.noreply.github.com> Date: Wed, 17 Jul 2024 22:36:17 +0200 Subject: [PATCH] add Ubuntu prerequisites --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 168833a..2d18fea 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ On Fedora (assuming PipeWire is already setup) these can be installed with: ``` sudo dnf install pulseaudio-utils python3 python3-pyusb ``` + +On Debian based systems (like Ubuntu) these can be installed with: +``` +sudo apt install pulseaudio-utils python3 python3-usb +``` + ### Install Clone this repo and cd into it