Install LangChain ↗
noOriginal Documentation
Documentation Index#
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt Use this file to discover all available pages before exploring further.
To install the LangChain package:
pip install -U langchain
# Requires Python 3.10+uv add langchain
# Requires Python 3.10+LangChain provides integrations to hundreds of LLMs and thousands of other integrations. These live in independent provider packages.
# Installing the OpenAI integration
pip install -U langchain-openai
# Installing the Anthropic integration
pip install -U langchain-anthropic# Installing the OpenAI integration
uv add langchain-openai
# Installing the Anthropic integration
uv add langchain-anthropicSee the Integrations tab for a full list of available integrations.
Now that you have LangChain installed, you can get started by following the Quickstart guide.
Edit this page on GitHub or file an issue.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.
Link last verified
June 7, 2026.
View original ↗
Source: LangChain Docs
Link last verified: 2026-02-26