From a9dcb1aa9af685c532d365962c13777013477e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Sat, 7 Sep 2024 04:12:36 -0300 Subject: [PATCH] Update Start-a-New-CrewAI-Project-Template-Method.md --- .../Start-a-New-CrewAI-Project-Template-Method.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md b/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md index 16d6b46c01..95d20876e7 100644 --- a/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md +++ b/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md @@ -16,11 +16,6 @@ Before we start, there are a couple of things to note: Before getting started with CrewAI, make sure that you have installed it via pip: -```shell -$ pip install crewai crewai-tools -``` -Alrernatively, you can have this installed - ```shell $ pip install 'crewai[tools]' ```