Install Poetry
curl -sSL https://install.python-poetry.org | python3 -
Install Dependencies & Activate shell
poetry install
eval $(poetry env activate)
Install External Dependencies
sudo apt install texlive-full texlive
Running
python3 app.py
Running via Docker
- Self build
docker compose up
- Prebuilt Image
docker run -p 8000:8000 -v ./data:/app/data ajratnam/texhive