Update Start-a-New-CrewAI-Project-Template-Method.md (#1276)

* Update Start-a-New-CrewAI-Project-Template-Method.md

* Update Start-a-New-CrewAI-Project-Template-Method.md

---------

Co-authored-by: João Moura <joaomdmoura@gmail.com>
This commit is contained in:
Astha Puri
2024-09-07 03:12:51 -04:00
committed by GitHub
parent f520ceeb0d
commit 1c9ebb59b1

View File

@@ -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