docs: update integrations-docling.mdx (#9131)

Add apostophes for extra install.
This commit is contained in:
Mendon Kissling 2025-07-22 11:39:12 -04:00 committed by GitHub
commit 7b3c4b2c0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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).