Update Cli.md

This commit is contained in:
Rip&Tear
2024-08-17 20:55:46 +08:00
committed by GitHub
parent 6ec2070936
commit e4f01f4906

View File

@@ -4,10 +4,10 @@ The CrewAI CLI provides a set of commands to interact with CrewAI, allowing you
## Installation
To use the CrewAI CLI, make sure you have CrewAI installed:
To use the CrewAI CLI, make sure you have CrewAI & Poetry installed:
```
pip install crewai
pip install crewai poetry
```
## Basic Usage