mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-22 19:35:13 +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
|
## Prerequisites
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install copilot-sdk
|
pip install github-copilot-sdk
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -18,11 +18,11 @@ name: "GitHub Copilot SDK Python Instructions"
|
|||||||
Always install via pip:
|
Always install via pip:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install copilot-sdk
|
pip install github-copilot-sdk
|
||||||
# or with poetry
|
# or with poetry
|
||||||
poetry add copilot-sdk
|
poetry add github-copilot-sdk
|
||||||
# or with uv
|
# or with uv
|
||||||
uv add copilot-sdk
|
uv add github-copilot-sdk
|
||||||
```
|
```
|
||||||
|
|
||||||
## Client Initialization
|
## Client Initialization
|
||||||
|
|||||||
Reference in New Issue
Block a user