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 texliveRunning
python3 app.pyRunning via Docker
- Self build
docker compose up- Prebuilt Image
docker run -p 8000:8000 -v ./data:/app/data ajratnam/texhive