From 840523c81bae6b1a910adbd0fa1ec67e6b33ed2b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Feb 2026 03:34:40 +0000 Subject: [PATCH 2/2] Fix Prerequisites description to accurately reflect PyPI installation Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --- cookbook/copilot-sdk/python/recipe/README.md | 2 +- cookbook/copilot-sdk/python/recipe/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/copilot-sdk/python/recipe/README.md b/cookbook/copilot-sdk/python/recipe/README.md index 53d78b0a..ce0265f5 100644 --- a/cookbook/copilot-sdk/python/recipe/README.md +++ b/cookbook/copilot-sdk/python/recipe/README.md @@ -5,7 +5,7 @@ This folder contains standalone, executable Python examples for each cookbook re ## Prerequisites - Python 3.8 or later -- Install dependencies (this installs the local SDK in editable mode): +- Install dependencies (this installs the SDK from PyPI): ```bash pip install -r requirements.txt diff --git a/cookbook/copilot-sdk/python/recipe/requirements.txt b/cookbook/copilot-sdk/python/recipe/requirements.txt index f698334f..c632167a 100644 --- a/cookbook/copilot-sdk/python/recipe/requirements.txt +++ b/cookbook/copilot-sdk/python/recipe/requirements.txt @@ -1,2 +1,2 @@ -# Install the local Copilot SDK package in editable mode +# Install the Copilot SDK package from PyPI github-copilot-sdk