Skip to content

Installation

From PyPI

pip install tinyleaf

From Source

git clone https://github.com/Oaklight/tinyleaf.git
cd tinyleaf
pip install -e .

Requirements

  • Python 3.10+
  • No additional Python dependencies (stdlib only)

Optional

  • Docker β€” for Docker-based compilation (enabled by default)
  • latexmk β€” for local compilation (--no-docker flag)
  • A TeX Live distribution if compiling locally

Development Dependencies

pip install tinyleaf[dev]

Includes ruff, ty, complexipy, build, and twine.