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 ```