mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Fix Prerequisites description to accurately reflect PyPI installation
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,7 @@ This folder contains standalone, executable Python examples for each cookbook re
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Python 3.8 or later
|
- Python 3.8 or later
|
||||||
- Install dependencies (this installs the local SDK in editable mode):
|
- Install dependencies (this installs the SDK from PyPI):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# Install the local Copilot SDK package in editable mode
|
# Install the Copilot SDK package from PyPI
|
||||||
github-copilot-sdk
|
github-copilot-sdk
|
||||||
|
|||||||
Reference in New Issue
Block a user