Update README.md

This commit is contained in:
João Moura
2024-01-04 10:06:08 -03:00
committed by GitHub
parent c82e29afe0
commit 35f4169d6a

View File

@@ -32,6 +32,11 @@ To get started with CrewAI, follow these simple steps:
pip install crewai
```
The example bellow also uses duckduckgo, so also install that
```shell
pip install duckduckgo-search
```
2. **Setting Up Your Crew**:
```python