We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f00a90 commit 13a6293Copy full SHA for 13a6293
examples/open_deep_research/README.md
@@ -20,17 +20,17 @@ cd smolagents/examples/open_deep_research
20
21
### Install dependencies
22
23
- Run the following command to install the required dependencies from the `requirements.txt` file:
+Run the following command to install the required dependencies from the `requirements.txt` file:
24
25
- ```bash
26
- pip install -r requirements.txt
27
- ```
+```bash
+pip install -r requirements.txt
+```
28
29
### Install the development version of `smolagents`
30
31
32
- pip install -e ../../.[dev]
33
+pip install -e ../../.[dev]
34
35
### Set up environment variables
36
0 commit comments