From 8530bbac2daea943be19b404021663e2a2cb42ff Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 20 May 2024 11:14:20 -0400 Subject: [PATCH] docs: update how to install (#21920) Fix installation instructions in how-to install --- docs/docs/how_to/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/installation.mdx b/docs/docs/how_to/installation.mdx index e84ff564604..9cbbbd4ca42 100644 --- a/docs/docs/how_to/installation.mdx +++ b/docs/docs/how_to/installation.mdx @@ -41,7 +41,7 @@ pip install langchain-core ``` ## LangChain community -The `langchain-community` package contains third-party integrations. It is automatically installed by `langchain`, but can also be used separately. Install with: +The `langchain-community` package contains third-party integrations. Install with: ```bash pip install langchain-community