From 7b4d251d7ed780bcaae8348598b489e447d31d06 Mon Sep 17 00:00:00 2001 From: Ignacio Rivero Date: Fri, 7 Mar 2025 19:15:19 -0300 Subject: [PATCH] Changed requirements, added Alsa to list --- README.md | 4 ++++ requirements.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 8901654..69b4356 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,14 @@ A Bash script is included to install the following in a virtual environment: - Python-MPV +- PyAlsaAudio + Additionally, the following applications and libraries are required to be installed in the host system: - Python >= 3.10 +- Alsa + - libmpv - wmctl diff --git a/requirements.txt b/requirements.txt index 0a05fe8..4f69eb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ Pillow mpv PyQt5 requests +pyalsaaudio