From 2609a7abbf3cc59bf1fe2d17f775e7fcf335c125 Mon Sep 17 00:00:00 2001 From: Mahmut CAVDAR <4072246+mcavdar@users.noreply.github.com> Date: Wed, 22 Oct 2025 09:26:49 +0200 Subject: [PATCH] Update README with clearer studio setup instructions --- python/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 63b3a8a..ee6fe28 100644 --- a/python/README.md +++ b/python/README.md @@ -60,8 +60,9 @@ jupyter lab Optional: Setup [LangSmith Studio](https://docs.langchain.com/oss/python/langchain/studio) ```bash -# copy the .env file you created above to the studio directory +# copy the .env file you created above to the studio directory, cd to 'studio' directory cp .env ./studio/. +cd ./studio #to run langgraph dev