From 7b3c4b2c0df83e3ea09c9b7aaae3c044bc799b08 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:39:12 -0400 Subject: [PATCH] docs: update integrations-docling.mdx (#9131) Add apostophes for extra install. --- docs/docs/Integrations/Docling/integrations-docling.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).