Skip to content

docs: use distribution name in install commands - #13

Merged
Yhoorneman merged 1 commit into
mainfrom
docs/correct-install-package-name
Jun 17, 2026
Merged

docs: use distribution name in install commands#13
Yhoorneman merged 1 commit into
mainfrom
docs/correct-install-package-name

Conversation

@Yhoorneman

Copy link
Copy Markdown
Contributor

The PyPI distribution name is datadog_slo_overrides_cli, but the README told users to 'uv tool install datadog-slo-overrides' (the entry-point command name), which resolves to a different/nonexistent package. Fix the install line, and switch the uvx invocation to '--from datadog_slo_overrides_cli datadog-slo-overrides' since package and command names differ.

The PyPI distribution name is datadog_slo_overrides_cli, but the README
told users to 'uv tool install datadog-slo-overrides' (the entry-point
command name), which resolves to a different/nonexistent package. Fix the
install line, and switch the uvx invocation to '--from
datadog_slo_overrides_cli datadog-slo-overrides' since package and command
names differ.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Yhoorneman
Yhoorneman merged commit 76a27b6 into main Jun 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants