diff --git a/docs/tools/docxsearchtool.mdx b/docs/tools/docxsearchtool.mdx index c3a501dc6..9e7ebee44 100644 --- a/docs/tools/docxsearchtool.mdx +++ b/docs/tools/docxsearchtool.mdx @@ -22,7 +22,7 @@ streamlining the process of finding specific information within large document c Install the crewai_tools package by running the following command in your terminal: ```shell -pip install 'crewai[tools]' +uv pip install docx2txt 'crewai[tools]' ``` ## Example @@ -76,4 +76,4 @@ tool = DOCXSearchTool( ), ) ) -``` \ No newline at end of file +```