Skip to content

Commit 5c0d624

Browse files
authored
Merge pull request #42 from langchain-ai/isaac/pyprojectcallout
add pyproject callout in readme
2 parents 17f0354 + b982576 commit 5c0d624

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,19 @@ LangGraph Studio requires docker-compose version 2.22.0+ or higher. Please make
2020

2121
To use LangGraph Studio, make sure you have a [project with a LangGraph app](https://langchain-ai.github.io/langgraph/cloud/deployment/setup/) set up.
2222

23-
For this example, we will use this example repository [here](https://github.com/langchain-ai/langgraph-example):
23+
For this example, we will use this example repository [here](https://github.com/langchain-ai/langgraph-example) which uses a `requirements.txt` file for dependencies:
2424

2525
```shell
2626
git clone https://github.com/langchain-ai/langgraph-example.git
2727
```
2828

29+
If you would like to use a `pyproject.toml` file instead for managing dependencies, you can use [this](https://github.com/langchain-ai/langgraph-example-pyproject) example repository.
30+
31+
```shell
32+
git clone https://github.com/langchain-ai/langgraph-example-pyproject.git
33+
```
34+
35+
2936
You will then want to create a `.env` file with the relevant environment variables:
3037

3138
```shell

0 commit comments

Comments
 (0)