Skip to content

Commit

Permalink
docs: Use edit mode as default to install template (#2590)
Browse files Browse the repository at this point in the history
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 <[email protected]>
Co-authored-by: William FH <[email protected]>
  • Loading branch information
Mingqi2 and hinthornw authored Dec 3, 2024
1 parent 20f091a commit fe538d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/tutorials/langgraph-platform/local-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe538d4

Please sign in to comment.