From 83a674383b81f0653bb6aa92921438306d1f4ed7 Mon Sep 17 00:00:00 2001 From: Emerald Date: Fri, 21 Jun 2024 11:46:43 -0400 Subject: [PATCH] added versioning info to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 696f9e4..4e1e2e5 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ On Linux: On MacOS, `run.sh` will install the following dependencies using [Homebrew](https://brew.sh) before adding the modular resource: +*** As a note, pyaudio's dependency on portaudio requires python3.11. However, the required package distils is deprecated in this version, so environments will need to install setuptools instead *** ``` bash brew install portaudio ```