From f30925a06bee8fa2a7777fe4dba435598f8a07d5 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 19 Jan 2026 14:57:45 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcfd60b..1d44d6d 100644 --- a/README.md +++ b/README.md @@ -240,10 +240,12 @@ aplay -D hw:1,0 test_recording.wav ```bash # Nur das Nötigste sudo apt install -y portaudio19-dev -pip3 install pyaudio numpy scipy - +sudo apt install python3-pyaudio +sudo apt install python3-numpy +sudo apt install python3-scipy # PocketSphinx (minimal, nur ~5MB) -pip3 install pocketsphinx SpeechRecognition +sudo apt install python3-pocketsphinx +sudo apt install python3-SpeechRecognition ``` **Das ist ALLES!** Keine großen Modelle.