quick install dependencies

pull/76/head
Mike Bird 10 months ago
parent 77020c7e8c
commit 614e9623a5

@ -17,6 +17,18 @@ We intend to become the “Linux” of this new space— open, modular, and free
## 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
# Clone the repo, cd into the 01OS directory
git clone https://github.com/OpenInterpreter/01.git
@ -27,4 +39,4 @@ poetry install
poetry run 01
```
_Disclaimer:_ The current version of 01OS is a developer preview.
_Disclaimer:_ The current version of 01OS is a developer preview

Loading…
Cancel
Save