From 4bb0cb707c0677443a0b735072da161ddf273865 Mon Sep 17 00:00:00 2001
From: endolith
Date: Tue, 25 Nov 2025 14:04:57 -0500
Subject: [PATCH] Revise installation instructions in README.md
Updated installation instructions and removed redundant section.
---
README.md | 21 ++++++---------------
1 file changed, 6 insertions(+), 15 deletions(-)
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`: