Installation¶
mdlint requires Python 3.10 or later.
Install as a uv tool:
uv tool install --from git+https://github.com/mprpic/mdlint mdlint
Or run directly in a temporary environment without installing:
uvx --from git+https://github.com/mprpic/mdlint mdlint check README.md
Install directly from GitHub:
pip install --user git+https://github.com/mprpic/mdlint