Install LangGraph
Status: ACTIVE (pulled from docs.langchain.com) Source: https://docs.langchain.com/oss/python/langgraph/install Timestamp: 2026-05-11
Base Install
pip install -U langgraph
# or
uv add langgraph
With LangChain
LangChain provides convenient model and tool abstractions used throughout the docs:
pip install -U langchain
# Requires Python 3.10+
To work with specific LLM providers, install their integration packages separately:
pip install langchain-anthropic langchain-openai
Refer to the integrations page for provider-specific instructions.
For Development and Deployment
# Local dev server
pip install -U "langgraph-cli[inmem]"
# LangSmith SDK for interacting with deployed agents
pip install langgraph-sdk