-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
github-actions[bot] edited this page Apr 13, 2026
·
7 revisions
Use this page when you need the shortest reliable path to a working local install.
git clone https://github.com/nikazzio/scriptoria.git
cd scriptoria
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
scriptoriaThen open http://127.0.0.1:8000.
The normal first workflow is straightforward:
- resolve a manuscript in
Discovery; - add it to
Library; - download only when local assets are actually needed;
- open it in
Studio; - use
Outputfor inspection and export.
scriptoria-cli "<manifest-url>"Use the CLI when you already have the exact IIIF manifest and do not need the full interactive workflow.