From c60bb1bfaf31647544ba48b6d77ac91a8621b686 Mon Sep 17 00:00:00 2001 From: Mikey O'Brien Date: Thu, 27 Nov 2025 09:25:14 -0600 Subject: [PATCH] docs: add brew install method --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f2509c..5f7914d 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ Initialize the project environment and create necessary directory structures. Install the `strands-agents-sops` package: ```bash +# Using Homebrew +brew install strands-agents-sops + +# Or using pip pip install strands-agents-sops ``` @@ -86,9 +90,12 @@ pip install strands-agents-sops Install strands agents and the sops package: ```bash -pip install strands-agents strands-agents-tools strands-agents-sops +brew install strands-agents-sops +pip install strands-agents strands-agents-tools ``` +> **Note:** See [Quick Start](#quick-start) above for pip installation of `strands-agents-sops`. + Create a simple cli coding agent: ```python @@ -112,8 +119,8 @@ while(True): The MCP (Model Context Protocol) server exposes SOPs as tools that AI assistants can discover and execute on-demand: ```bash -# Install the package -pip install strands-agents-sops +# Install the package (see Quick Start for pip alternative) +brew install strands-agents-sops # Start MCP server with built-in SOPs only strands-agents-sops mcp