updating docs

This commit is contained in:
João Moura
2024-02-26 15:54:06 -03:00
parent cd0b82e794
commit 2b04ae4e4a
3 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ pip install crewai
If you want to also install crewai-tools, which is a package with tools that can be used by the agents, but more dependencies, you can install it with:
```shell
pip install crewai[tools]
pip install 'crewai[tools]'
```
The example below also uses DuckDuckGo's Search. You can install it with `pip` too: