python-dependency-linter is available on PyPI and can be installed with any standard Python package manager.
pip¶
pip install python-dependency-linter
uv¶
uv add python-dependency-linter
Verify the Installation¶
After installation, confirm the CLI is available:
pdl --help
You should see the help output listing the available commands.