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
@@ -40,7 +40,12 @@ If you already use Python, we recommend installing Open Interpreter via `pip`:
40
40
pip install open-interpreter
41
41
```
42
42
43
-
<Info>**Note:** You'll need Python [3.10](https://www.python.org/downloads/release/python-3100/) or [3.11](https://www.python.org/downloads/release/python-3110/). Run `python --version` to check yours.</Info>
43
+
<Info>
44
+
**Note:** You'll need Python
45
+
[3.10](https://www.python.org/downloads/release/python-3100/) or
46
+
[3.11](https://www.python.org/downloads/release/python-3110/). Run `python
47
+
--version` to check yours.
48
+
</Info>
44
49
45
50
## Python usage
46
51
@@ -62,4 +67,4 @@ interpreter.chat("Get the last 5 BBC news headlines.")
62
67
63
68
## No Installation
64
69
65
-
If configuring your computer environment is challenging, you can press the `,` key on this repository's GitHub page 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.
70
+
If configuring your computer environment is challenging, you can press the `,` key on this repository's GitHub page 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