Skip to content

Commit 6efb794

Browse files
committed
docs: add README info
1 parent fd6fc04 commit 6efb794

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ Once that is saved to a file, you can run it with `uv run script.py` where
108108
`script.py` can be replaced with the actual file name.
109109
<!-- End SDK Installation [installation] -->
110110

111+
### Agents extra dependencies
112+
113+
When using the agents related feature it is required to add the `agents` extra dependencies. This can be added when
114+
installing the package:
115+
116+
```bash
117+
pip install "mistralai-private[agents]"
118+
```
119+
111120
<!-- Start SDK Example Usage [usage] -->
112121
## SDK Example Usage
113122

0 commit comments

Comments
 (0)