From 3c0bb5e0e4aee9c2f97f180eb0559723959e9693 Mon Sep 17 00:00:00 2001 From: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:46:05 +0100 Subject: [PATCH] chore: update dev install command Extras are required by test suite. Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be814dd5..b31fc4d7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ pip install docling-core To develop for Docling Core, you need Python 3.9 / 3.10 / 3.11 / 3.12 / 3.13 and Poetry. You can then install from your local clone's root dir: ```bash -poetry install +poetry install --all-extras ``` To run the pytest suite, execute: