Merge pull request #634 from github/copilot/sub-pr-632-again

Fix Prerequisites description in Python cookbook README
This commit is contained in:
Aaron Powell
2026-02-02 14:43:05 +11:00
committed by GitHub
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