mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
docs: Use edit mode as default to install template (#2590)
Small change to install the dependencies with `edit` mode so that users or freshman can see the effect immediately when they change the template code. As below, `pip install -e .` It's very good to evaluate how agent works and easy to test & re-develop! --------- Signed-off-by: Mingqi Hu <mingqi.hu@intel.com> Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
This commit is contained in:
@@ -35,10 +35,10 @@ Create a new app from the `react-agent` template. This template is a simple agen
|
||||
|
||||
## Install Dependencies
|
||||
|
||||
In the root of your new LangGraph app, install the dependencies:
|
||||
In the root of your new LangGraph app, install the dependencies in `edit` mode so your local changes are used by the server:
|
||||
|
||||
```shell
|
||||
pip install .
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
## Create a `.env` file
|
||||
|
||||
Reference in New Issue
Block a user