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 c76fcb350..bac290d81 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 @@ -17,7 +17,7 @@ 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 +$ pip install 'crewai[tools]' ``` ## Creating a New Project