python-naming-linter is available on PyPI and can be installed with any standard Python package manager.

pip

pip install python-naming-linter

uv

uv add python-naming-linter

Verify the Installation

After installation, confirm the CLI is available:

pnl --help

You should see the help output listing the available commands.