Skip to content

Commit 17f28d7

Browse files

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ curl https://raw.githubusercontent.com/OpenInterpreter/open-interpreter/refs/hea
1313
## Usage
1414

1515
Start a conversation:
16+
1617
```bash
1718
$ interpreter
1819
> help me set up a new fastapi project
@@ -23,13 +24,15 @@ Adding routes/users.py...
2324
```
2425

2526
Instant chats with `i [prompt]`:
27+
2628
```bash
27-
$ i want a venv here
28-
$ i want to undo the last commit
29-
$ i need deno
29+
i want a venv here
30+
i want to undo the last commit
31+
i need deno
3032
```
3133

3234
Fix errors with `wtf`:
35+
3336
```bash
3437
$ python test.py
3538
ImportError: No module named 'requests'
@@ -92,4 +95,4 @@ print(interpreter.messages)
9295

9396
## License
9497

95-
[AGPL-3.0](LICENSE)
98+
[AGPL-3.0](LICENSE)

0 commit comments

Comments
 (0)