You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/setup.mdx
+22-44Lines changed: 22 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,46 +2,28 @@
2
2
title: Setup
3
3
---
4
4
5
-
## Experimental one-line installers
6
-
7
-
To try our experimental installers, open your Terminal with admin privileges [(click here to learn how)](https://chat.openai.com/share/66672c0f-0935-4c16-ac96-75c1afe14fe3), then paste the following commands:
If configuring your computer environment is challenging, you can press the `,` key on the [GitHub page](https://github.com/OpenInterpreter/open-interpreter) to create a codespace. After a moment, you'll receive a cloud virtual machine environment pre-installed with open-interpreter. You can then start interacting with it directly and freely confirm its execution of system commands without worrying about damaging the system.
52
+
## Experimental one-line installers
73
53
74
-
## Terminal usage
54
+
To try our experimental installers, open your Terminal with admin privileges [(click here to learn how)](https://chat.openai.com/share/66672c0f-0935-4c16-ac96-75c1afe14fe3), then paste the following commands:
75
55
76
-
After installation, you can start an interactive chat in your terminal by running:
You can also pass messages to `interpreter` programmatically:
70
+
</CodeGroup>
93
71
94
-
```python
95
-
interpreter.chat("Get the last 5 BBC news headlines.")
96
-
```
72
+
These installers will attempt to download Python, set up an environment, and install Open Interpreter for you.
97
73
98
-
[Click here](/usage/python/streaming-response) to learn how to stream its response into your application.
74
+
## No Installation
75
+
76
+
If configuring your computer environment is challenging, you can press the `,` key on the [GitHub page](https://github.com/OpenInterpreter/open-interpreter) to create a codespace. After a moment, you'll receive a cloud virtual machine environment pre-installed with open-interpreter. You can then start interacting with it directly and freely confirm its execution of system commands without worrying about damaging the system.
0 commit comments