Skip to content

Installation

mdlint requires Python 3.10 or later.

Install as a uv tool:

uv tool install mdlint

Or run directly in a temporary environment without installing:

uvx mdlint check README.md

Install from PyPI:

pip install --user mdlint