From f866a8dafae2e88a88e282c72ab313721f1d14cd Mon Sep 17 00:00:00 2001 From: Julien Genoud Date: Tue, 10 Sep 2024 14:36:23 +0200 Subject: [PATCH] add missing dependencies for MacOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 291bc82..4e4ec45 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ cd 01/software > Not working? Read the [setup docs](https://01.openinterpreter.com/software/introduction). ```shell -brew install ffmpeg # mac only. windows and linux instructions below +brew install ffmpeg portaudio poetry # mac only. windows and linux instructions below poetry install poetry run 01 ```