diff --git a/docs/docs/Integrations/Docling/integrations-docling.mdx b/docs/docs/Integrations/Docling/integrations-docling.mdx index e5582f06d..af9363e7d 100644 --- a/docs/docs/Integrations/Docling/integrations-docling.mdx +++ b/docs/docs/Integrations/Docling/integrations-docling.mdx @@ -15,7 +15,7 @@ Langflow integrates with [Docling](https://docling-project.github.io/docling/) t You must install the Docling dependency to use the Docling components in Langflow. ::: -Install the Docling extra in Langflow OSS with `uv pip install langflow[docling]` or `uv pip install docling`. +Install the Docling extra in Langflow OSS with `uv pip install 'langflow[docling]'`. To add a dependency to Langflow Desktop, add an entry for Docling to the application's `requirements.txt` file. For more information, see [Install custom dependencies in Langflow Desktop](/install-custom-dependencies#langflow-desktop).