Installation¶
copilot-session-usage is published to PyPI and works on macOS, Linux, and Windows.
With uv (recommended)¶
uv tool install copilot-session-usage
With pip¶
pip install copilot-session-usage
Verify¶
copilot-session-usage --version
Upgrade (uv)¶
uv tool install --upgrade copilot-session-usage
As a library¶
Install as a Python library for use in scripts or notebooks:
uv add copilot-session-usage
# or
pip install copilot-session-usage
Next steps¶
Getting Started — analyze your first session
How-To Guides — export to JSON, track spending over time