chore: install python-vlc

This commit is contained in:
Ayo Ayco 2025-09-03 21:07:44 +02:00
parent f11bd5d62f
commit 28e340e44f
2 changed files with 3 additions and 2 deletions

View file

@ -38,7 +38,8 @@ sudo apt update
sudo apt install vlc 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 ## Intel XPU usage

View file

@ -2,4 +2,4 @@ kokoro
IPython IPython
soundfile soundfile
torch torch
vlc python-vlc