From 4c8106311f49c9d01f9673de02f664734a9ccb38 Mon Sep 17 00:00:00 2001 From: Xavier <30849637+BarleyXu@users.noreply.github.com> Date: Sat, 15 Jul 2023 22:27:32 +0800 Subject: [PATCH] Add `pip install langsmith` for Quick Install part of README (#7694) **Issue** When I use conda to install langchain, a dependency error throwed - "ModuleNotFoundError: No module named 'langsmith'" **Updated** Run `pip install langsmith` when install langchain with conda Co-authored-by: xaver.xu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2db31b62c3b9a..3874101826eaa 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Please fill out [this form](https://forms.gle/57d8AmXBYp8PP8tZA) and we'll set u `pip install langchain` or -`conda install langchain -c conda-forge` +`pip install langsmith && conda install langchain -c conda-forge` ## 🤔 What is this?