From 28e340e44fc88e3fab8e6063058a5190d12be46f Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 3 Sep 2025 21:07:44 +0200 Subject: [PATCH] chore: install python-vlc --- README.md | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6df522..64b0d79 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ sudo apt update sudo apt install vlc ``` -Note: installing `vlc` via flatpak or snap will not work, as the code need access to `libvlc`. +> [!Note] +> Installing `vlc` via flatpak or snap will not work, as the code need access to `libvlc`. ## Intel XPU usage diff --git a/requirements.txt b/requirements.txt index 9ca664c..2dbaf95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ kokoro IPython soundfile torch -vlc +python-vlc