From f6e6a1787815195e849bf9e133980d8cbafa52f2 Mon Sep 17 00:00:00 2001 From: gbaian10 <34255899+gbaian10@users.noreply.github.com> Date: Sun, 18 Aug 2024 14:22:49 +0800 Subject: [PATCH] docs: add prompt to install nltk (#25519) fix: #25473 - **Description:** add prompt to install nltk - **Issue:** #25473 --- docs/docs/how_to/document_loader_markdown.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/document_loader_markdown.ipynb b/docs/docs/how_to/document_loader_markdown.ipynb index b68d4eadc1..a5a3e01388 100644 --- a/docs/docs/how_to/document_loader_markdown.ipynb +++ b/docs/docs/how_to/document_loader_markdown.ipynb @@ -26,7 +26,7 @@ "metadata": {}, "outputs": [], "source": [ - "%pip install \"unstructured[md]\"" + "%pip install \"unstructured[md]\" nltk" ] }, {