|
|
@ -17,6 +17,18 @@ We intend to become the “Linux” of this new space— open, modular, and free
|
|
|
|
|
|
|
|
|
|
|
|
## Quick Start
|
|
|
|
## Quick Start
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Install dependencies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
|
|
# MacOS
|
|
|
|
|
|
|
|
brew install portaudio ffmpeg cmake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Ubuntu
|
|
|
|
|
|
|
|
sudo apt-get install portaudio19-dev ffmpeg cmake
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Install and run the 01 CLI
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
# Clone the repo, cd into the 01OS directory
|
|
|
|
# Clone the repo, cd into the 01OS directory
|
|
|
|
git clone https://github.com/OpenInterpreter/01.git
|
|
|
|
git clone https://github.com/OpenInterpreter/01.git
|
|
|
@ -27,4 +39,4 @@ poetry install
|
|
|
|
poetry run 01
|
|
|
|
poetry run 01
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
_Disclaimer:_ The current version of 01OS is a developer preview.
|
|
|
|
_Disclaimer:_ The current version of 01OS is a developer preview
|
|
|
|