|
|
|
@ -30,11 +30,11 @@ sudo apt-get install portaudio19-dev ffmpeg cmake
|
|
|
|
|
### Install and run the 01 CLI
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
# Clone the repo, cd into the 01OS directory
|
|
|
|
|
# Clone the repo and navigate into the 01OS directory
|
|
|
|
|
git clone https://github.com/OpenInterpreter/01.git
|
|
|
|
|
cd 01OS
|
|
|
|
|
|
|
|
|
|
# Install dependencies and run start.py
|
|
|
|
|
# Install dependencies and run 01
|
|
|
|
|
poetry install
|
|
|
|
|
poetry run 01
|
|
|
|
|
```
|
|
|
|
|