diff --git a/cookbook/copilot-sdk/python/pr-visualization.md b/cookbook/copilot-sdk/python/pr-visualization.md index 3d8b7969..0419aed1 100644 --- a/cookbook/copilot-sdk/python/pr-visualization.md +++ b/cookbook/copilot-sdk/python/pr-visualization.md @@ -20,7 +20,7 @@ You want to understand how long PRs have been open in a repository. This tool de ## Prerequisites ```bash -pip install copilot-sdk +pip install github-copilot-sdk ``` ## Usage diff --git a/instructions/copilot-sdk-python.instructions.md b/instructions/copilot-sdk-python.instructions.md index 8bc46757..ae8a23d5 100644 --- a/instructions/copilot-sdk-python.instructions.md +++ b/instructions/copilot-sdk-python.instructions.md @@ -18,11 +18,11 @@ name: "GitHub Copilot SDK Python Instructions" Always install via pip: ```bash -pip install copilot-sdk +pip install github-copilot-sdk # or with poetry -poetry add copilot-sdk +poetry add github-copilot-sdk # or with uv -uv add copilot-sdk +uv add github-copilot-sdk ``` ## Client Initialization