From 6fd0afdb03b058425e89f0de2da61ae1f439dae0 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 12 Aug 2026 03:12:18 +0000 Subject: [PATCH] docs: assume CrewAI is already installed for FileReadTool Wording now only covers adding the tools extra. Co-authored-by: Rip&Tear --- docs/edge/en/tools/file-document/filereadtool.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/edge/en/tools/file-document/filereadtool.mdx b/docs/edge/en/tools/file-document/filereadtool.mdx index e8e5246982..811aec9ceb 100644 --- a/docs/edge/en/tools/file-document/filereadtool.mdx +++ b/docs/edge/en/tools/file-document/filereadtool.mdx @@ -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]'