mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Updated python installation instructions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user