Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Mar 5, 2024
1 parent 33354aa commit e51b8aa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,12 @@ To get started with CrewAI, follow these simple steps:
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:
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, example bellow uses it:

```shell
pip install 'crewai[tools]'
```

The example below also uses DuckDuckGo's Search. You can install it with `pip` too:

```shell
pip install duckduckgo-search
```

### 2. Setting Up Your Crew

```python
Expand Down

0 comments on commit e51b8aa

Please sign in to comment.