KEMBAR78
Install LangChain - Docs by LangChain
Skip to main content
To install the LangChain package:
pip install -U langchain
LangChain provides integrations to hundreds of LLMs and thousands of other integrations. These live in independent provider packages. For example:
# Installing the OpenAI integration
pip install -U langchain-openai

# Installing the Anthropic integration
pip install -U langchain-anthropic
See the Integrations tab for a full list of available integrations.

Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.
I