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