From f3ae63b1742c5772ca6a244ef4e4b2a46e2eda28 Mon Sep 17 00:00:00 2001 From: Mackensie Alvarez Date: Mon, 29 Jul 2024 19:16:55 -0400 Subject: [PATCH] Update Start-a-New-CrewAI-Project-Template-Method.md --- .../Start-a-New-CrewAI-Project-Template-Method.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0e6fcc4468..71b0129c36 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 @@ Beforre 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 crewi-tools +$ pip install crewai crewai-tools ``` ### Virtual Environemnts