From 069c0a041f95d2672b0eb4a707cc8d6e5a883005 Mon Sep 17 00:00:00 2001 From: Taqi Jaffri Date: Sat, 19 Aug 2023 13:50:16 -0700 Subject: [PATCH] comment update for poetry install --- docs/extras/integrations/document_loaders/docugami.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/integrations/document_loaders/docugami.ipynb b/docs/extras/integrations/document_loaders/docugami.ipynb index 607cf2b145f..48db3ae8145 100644 --- a/docs/extras/integrations/document_loaders/docugami.ipynb +++ b/docs/extras/integrations/document_loaders/docugami.ipynb @@ -21,7 +21,7 @@ }, "outputs": [], "source": [ - "# You need the lxml package to use the DocugamiLoader\n", + "# You need the lxml package to use the DocugamiLoader (run pip install directly without \"poetry run\" if you are not using poetry)\n", "!poetry run pip install lxml --quiet" ] },