From 3aba6371da5253da02b3a37ed631de2fb4bbac49 Mon Sep 17 00:00:00 2001 From: bpiow <64656163+bpiow@users.noreply.github.com> Date: Thu, 21 Mar 2024 20:07:12 +0100 Subject: [PATCH] Update README.md It was not clear what directory the 'poetry install' should be executed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bbfde6..f7f15f4 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ We intend to become the GNU/Linux of this space by staying open, modular, and fr ```shell git clone https://github.com/OpenInterpreter/01 # Clone the repository -cd software/source # CD into the source directory +cd software/source # CD into the source directory ``` ```shell 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 poetry run 01 # Runs the 01 Light simulator (hold your spacebar, speak, release) ```