From a812a894ddbcea4d6a68e5286d0e2c57436ae3b1 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Thu, 21 Aug 2025 17:11:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README-DEV:=20Add=20--output-pag?= =?UTF-8?q?e-info=20option=20to=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-DEV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-DEV.md b/README-DEV.md index b3a56c9..9c01665 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -19,7 +19,7 @@ To run a test with profiling: To directly test the CLIs using our test data, run: ``` -mods4pandas src/mods4pandas/tests/data/mets-mods +mods4pandas --output-page-info "page_info_df.parquet" src/mods4pandas/tests/data/mets-mods alto4pandas src/mods4pandas/tests/data/alto ```