docs: assume CrewAI is already installed for FileReadTool

Wording now only covers adding the tools extra.

Co-authored-by: Rip&Tear <theCyberTech@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-08-12 03:12:18 +00:00
parent f0c453a187
commit 6fd0afdb03

View File

@@ -21,7 +21,7 @@ The tool stops once it has those lines, so it does not scan the rest of the file
## Installation
Install the crewai tools package:
CrewAI should already be installed. Add tools support with:
```shell
pip install 'crewai[tools]'