Fix Prerequisites description to accurately reflect PyPI installation

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-02 03:34:40 +00:00
parent 695c60c7ac
commit 840523c81b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ This folder contains standalone, executable Python examples for each cookbook re
## Prerequisites
- Python 3.8 or later
- Install dependencies (this installs the local SDK in editable mode):
- Install dependencies (this installs the SDK from PyPI):
```bash
pip install -r requirements.txt

View File

@@ -1,2 +1,2 @@
# Install the local Copilot SDK package in editable mode
# Install the Copilot SDK package from PyPI
github-copilot-sdk