Skip to content

Commit cb1ea2d

Browse files
authored
Update installation instructions for telemetry support (#853)
1 parent ea90f07 commit cb1ea2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Python SDK for programmatic control of GitHub Copilot CLI via JSON-RPC.
77
## Installation
88

99
```bash
10-
pip install -e ".[dev]"
10+
pip install -e ".[telemetry,dev]"
1111
# or
12-
uv pip install -e ".[dev]"
12+
uv pip install -e ".[telemetry,dev]"
1313
```
1414

1515
## Run the Sample

0 commit comments

Comments
 (0)