Skip to content

Commit 13a6293

Browse files
authored
Minor Fix code block rendering (#1055)
1 parent 4f00a90 commit 13a6293

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/open_deep_research/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ cd smolagents/examples/open_deep_research
2020

2121
### Install dependencies
2222

23-
Run the following command to install the required dependencies from the `requirements.txt` file:
23+
Run the following command to install the required dependencies from the `requirements.txt` file:
2424

25-
```bash
26-
pip install -r requirements.txt
27-
```
25+
```bash
26+
pip install -r requirements.txt
27+
```
2828

2929
### Install the development version of `smolagents`
3030

31-
```bash
32-
pip install -e ../../.[dev]
33-
```
31+
```bash
32+
pip install -e ../../.[dev]
33+
```
3434

3535
### Set up environment variables
3636

0 commit comments

Comments
 (0)