From 9a16f3232f8ba7dc36a1c8e8873c3d93d02392ca Mon Sep 17 00:00:00 2001 From: aseimel Date: Mon, 15 Jun 2026 15:02:05 +0200 Subject: [PATCH] Make data setup entry point no-option --- README.md | 2 +- data-setup/README.md | 10 +++++----- data-setup/run_data_setup.sh | 9 ++++----- docs/RAW_DATA_SOURCES.md | 2 +- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 982e136..c8736c9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The setup workflow never overwrites committed files in `data/`. See `data-setup/ Run the full source-data setup workflow with: ```bash -bash data-setup/run_data_setup.sh --full-test +bash data-setup/run_data_setup.sh ``` This downloads script-accessible source files, checks required local files, rebuilds model-ready inputs locally, and writes a comparison report. Manifesto Project requires your own API key, and the Morgan OCR/transcription file can be provided on request. diff --git a/data-setup/README.md b/data-setup/README.md index 01560c8..7a7d997 100644 --- a/data-setup/README.md +++ b/data-setup/README.md @@ -49,19 +49,19 @@ _local/reports/ # comparison reports ## Commands -Run the setup script with one explicit option: +Run the full source-data setup workflow with: ```bash -bash data-setup/run_data_setup.sh