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