Merge pull request #661 from trycatchkamal/main

Updated python installation instructions
This commit is contained in:
Aaron Powell
2026-02-04 09:30:00 +11:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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