Update README.md
Browse files
README.md
CHANGED
@@ -147,9 +147,9 @@ You can also run your own agent locally.
|
|
147 |
Create a `requirements.txt` file:
|
148 |
|
149 |
```text
|
150 |
-
gradio
|
151 |
-
|
152 |
-
litellm
|
153 |
```
|
154 |
|
155 |
Then, install the dependencies:
|
|
|
147 |
Create a `requirements.txt` file:
|
148 |
|
149 |
```text
|
150 |
+
gradio[mcp]
|
151 |
+
smolagents[mcp]
|
152 |
+
smolagents[litellm]
|
153 |
```
|
154 |
|
155 |
Then, install the dependencies:
|