Skip to content

Commit 543851b

Browse files
author
DevForge Engineer
committed
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.
1 parent 0d46049 commit 543851b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## Installation
1717

1818
```bash
19-
pip install deadcode
19+
pip install deadcode-cli
2020

2121
# Scan current project
2222
deadcode scan

0 commit comments

Comments
 (0)