From a4c7b78f8084437cf6ffcabaaea30342eaf9ef03 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 13 Mar 2026 11:22:51 -0700 Subject: [PATCH] Update installation instructions for telemetry support --- python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/README.md b/python/README.md index 9d83ae65..f609db8d 100644 --- a/python/README.md +++ b/python/README.md @@ -7,9 +7,9 @@ Python SDK for programmatic control of GitHub Copilot CLI via JSON-RPC. ## Installation ```bash -pip install -e ".[dev]" +pip install -e ".[telemetry,dev]" # or -uv pip install -e ".[dev]" +uv pip install -e ".[telemetry,dev]" ``` ## Run the Sample