Updated python installation instructions

This commit is contained in:
trycatchkamal
2026-02-03 22:51:52 +05:30
parent e32291ee9f
commit e7f08b382e
2 changed files with 4 additions and 4 deletions

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