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" ] },