mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-06 01:32:36 +00:00
18 lines
285 B
Markdown
18 lines
285 B
Markdown
# crewai-cli
|
|
|
|
CLI for CrewAI — scaffold, run, deploy and manage AI agent crews.
|
|
|
|
The CLI depends on the `crewai` framework and pulls it in automatically.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install crewai-cli
|
|
```
|
|
|
|
Or install via the framework's extra:
|
|
|
|
```bash
|
|
pip install crewai[cli]
|
|
```
|