fix(cli): declare crewai dependency and drop standalone claim from docs

This commit is contained in:
Greyson Lalonde
2026-05-05 09:21:52 +08:00
parent a136d63dde
commit d1934dabc0
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
# crewai-cli
CLI for CrewAI - scaffold, run, deploy and manage AI agent crews without installing the full framework.
CLI for CrewAI scaffold, run, deploy and manage AI agent crews.
The CLI depends on the `crewai` framework and pulls it in automatically.
## Installation
@@ -8,7 +10,7 @@ CLI for CrewAI - scaffold, run, deploy and manage AI agent crews without install
pip install crewai-cli
```
Or install alongside the full framework:
Or install via the framework's extra:
```bash
pip install crewai[cli]