Installation¶
Requirements¶
Python 3.10 or later
A working
pdflatexinstallation (e.g., TeX Live or MiKTeX)Poppler (for
pdf2image)
Install from source¶
Clone the repository and install in editable mode:
git clone https://github.com/cameronabrams/pyaota.git
cd pyaota
pip install -e .
Optional dependencies¶
To install documentation build tools:
pip install -e ".[docs]"
To install development tools (pytest, ruff, black):
pip install -e ".[dev]"