docs: more fixes for python version (#2515)

This commit is contained in:
Eugene Yurtsev
2024-11-22 19:50:31 +00:00
committed by GitHub
parent 3351d4f6c5
commit 4f4e7a6981
@@ -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