This commit is contained in:
Julien Genoud 2024-09-10 14:36:48 +02:00 committed by GitHub
commit 16c3007e6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ cd 01/software
> Not working? Read the [setup docs](https://01.openinterpreter.com/software/introduction). > Not working? Read the [setup docs](https://01.openinterpreter.com/software/introduction).
```shell ```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 install
poetry run 01 poetry run 01
``` ```