Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 6 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,6 @@
</p>
<br>

## Install

```shell
pip install git+https://github.com/OpenInterpreter/open-interpreter.git
```

> Not working? Read our [setup guide](https://docs.openinterpreter.com/getting-started/setup).

```shell
interpreter
```

<br>

**Open Interpreter** lets LLMs run code (Python, Javascript, Shell, and more) locally. You can chat with Open Interpreter through a ChatGPT-like interface in your terminal by running `$ interpreter` after installing.

This provides a natural-language interface to your computer's general-purpose capabilities:
Expand Down Expand Up @@ -62,10 +48,15 @@ https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680

## Quick Start


### Install

```shell
pip install open-interpreter
pip install git+https://github.com/OpenInterpreter/open-interpreter.git
```

> Not working? Read our [setup guide](https://docs.openinterpreter.com/getting-started/setup).

### Terminal

After installation, simply run `interpreter`:
Expand Down
Loading