Update Cli.md

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

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