From d7b724eac1402bdffe90cbd071589c86a4bfa2f3 Mon Sep 17 00:00:00 2001 From: Thai Date: Tue, 17 Mar 2026 15:34:52 -0400 Subject: [PATCH] add uv sync step to dev setup in readme to install dependencies --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f787b4f..384c61c 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,10 @@ curl -LsSf https://astral.sh/uv/install.sh | sh ```bash git clone https://github.com/djsamseng/blpapi-mcp ``` -3. Setup the venv +3. Setup the venv and install dependencies ```bash uv venv +uv sync source .venv/bin/activate ``` 4. Run the MCP server