-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Update README.md #1638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #1638
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,6 @@ | |
<br><a href="https://0ggfznkwh4j.typeform.com/to/G21i9lJ2">Get early access to the desktop app</a> | <a href="https://docs.openinterpreter.com/">Documentation</a><br> | ||
</p> | ||
|
||
|
||
> [!NOTE] | ||
> **Open Interpreter 1.0** is almost here. | ||
> | ||
> Please help test the [development branch](https://github.com/OpenInterpreter/open-interpreter/tree/development) and share your experience in the [Discord](https://discord.gg/Hvz9Axh84z): | ||
> ``` | ||
> pip install git+https://github.com/OpenInterpreter/open-interpreter.git@development | ||
> interpreter --help | ||
> ``` | ||
|
||
<br> | ||
|
||
<img alt="local_explorer" src="https://github.com/OpenInterpreter/open-interpreter/assets/63927363/d941c3b4-b5ad-4642-992c-40edf31e2e7a"> | ||
|
@@ -31,7 +22,7 @@ | |
<br> | ||
|
||
```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). | ||
|