diff --git a/docs/docs/tutorials/langgraph-platform/local-server.md b/docs/docs/tutorials/langgraph-platform/local-server.md index 5778782e4..9c8e3ea9f 100644 --- a/docs/docs/tutorials/langgraph-platform/local-server.md +++ b/docs/docs/tutorials/langgraph-platform/local-server.md @@ -4,6 +4,7 @@ This is a quick start guide to help you get a LangGraph app up and running local !!! info "Requirements" + - Python >= 3.11 - [LangGraph CLI](https://langchain-ai.github.io/langgraph/cloud/reference/cli/): Requires langchain-cli[inmem] >= 0.1.58 ## Install the LangGraph CLI @@ -32,6 +33,14 @@ Create a new app from the `react-agent` template. This template is a simple agen If you use `langgraph new` without specifying a template, you will be presented with an interactive menu that will allow you to choose from a list of available templates. +## Install Dependencies + +In the root of your new LangGraph app, install the dependencies: + +```shell +pip install . +``` + ## Create a `.env` file You will find a `.env.example` in the root of your new LangGraph app. Create