From 084f161767c1008ec334534e663040e11de524e3 Mon Sep 17 00:00:00 2001 From: Austin Greisman Date: Mon, 26 Aug 2024 21:26:47 -0400 Subject: [PATCH] Update README.md Issue with pip install -r requirements.txt on MacOS. You need to install `brew install portaudio` first. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf834a5..d8e39d9 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ voice_assistant/ conda create --name verbi python=3.10 conda activate verbi ``` -3. 📦 **Install the required packages** - +3. 📦 **Install the required packages** +Note: On MacOS you must install portaudio first using brew `brew install portaudio` ```shell pip install -r requirements.txt ```