From f27a46bf327ae771758464ce5ae06840c6906d23 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Thu, 17 Nov 2022 19:34:42 +1300 Subject: [PATCH] Update README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9725656..b11d724 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ ## Pi Setup +https://forums.raspberrypi.com/viewtopic.php?t=330358 + https://learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/raspberry-pi-wiring-test https://github.com/alphacep/vosk-server -``` sudo apt install python3-pip git python3-pyaudio vlc``` -``` sudo pip3 install websockets sounddevice``` +```sudo apt install python3-pip git python3-pyaudio vlc``` + +```sudo pip3 install sounddevice aiohttp aiofiles python-vlc termcolor vosk websockets``` ```sudo docker-compose up -d vosk``` @@ -28,4 +31,4 @@ sudo apt-get update sudo apt-get install -y nvidia-docker2 ``` -```sudo docker-compose up -d --build imageserver``` \ No newline at end of file +```sudo docker-compose up -d --build imageserver```