Update README.md

It was not clear what directory the 'poetry install' should be executed.
pull/90/head
bpiow 1 year ago committed by GitHub
parent ad5abd7a87
commit 3aba6371da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,7 +43,7 @@ cd software/source # CD into the source directory
```shell ```shell
brew install portaudio ffmpeg cmake # Install Mac OSX dependencies brew install portaudio ffmpeg cmake # Install Mac OSX dependencies
poetry install # Install Python dependencies poetry install # Install Python dependencies in the folder .../01/01OS
export OPENAI_API_KEY=sk... # OR run `poetry run 01 --local` to run everything locally export OPENAI_API_KEY=sk... # OR run `poetry run 01 --local` to run everything locally
poetry run 01 # Runs the 01 Light simulator (hold your spacebar, speak, release) poetry run 01 # Runs the 01 Light simulator (hold your spacebar, speak, release)
``` ```

Loading…
Cancel
Save