From 543851bc9fab4bdff3683342fb843de663894f1f Mon Sep 17 00:00:00 2001 From: DevForge Engineer Date: Mon, 18 May 2026 18:06:26 -0400 Subject: [PATCH] fix: update pip install command from deadcode to deadcode-cli The package was renamed to deadcode-cli for PyPI registry availability (commit 61c8bf2), but the README installation instructions still said \pip install deadcode\ which would install an unrelated package. Badges already point to deadcode-cli; the install command now matches. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb2687d..4158d99 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ## Installation ```bash -pip install deadcode +pip install deadcode-cli # Scan current project deadcode scan