From 14b800e2e4b0507457979622b16bf31e9b6d419a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Tue, 5 Mar 2024 00:31:52 -0300 Subject: [PATCH] fix readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index d1c57627d..0087e1d55 100644 --- a/README.md +++ b/README.md @@ -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