From f866296b0047a6dc33704e0f113048211e3e1dfe Mon Sep 17 00:00:00 2001 From: Aaron Farntrog Date: Thu, 28 Aug 2025 10:32:38 -0400 Subject: [PATCH] docs: update the README.md file to use correct syntax for installing addons --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6d59e6..a3c46e9 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ pip install strands-agents-tools To install the dependencies for optional tools: ```bash -pip install strands-agents-tools[mem0_memory, use_browser, rss, use_computer] +pip install "strands-agents-tools[mem0_memory, use_browser, rss, use_computer]" ``` ### Development Install