diff --git a/README.md b/README.md index f6ba104437..ec5e502c8b 100644 --- a/README.md +++ b/README.md @@ -21,20 +21,6 @@


-## 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 -``` - -
- **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: @@ -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`: