From 5f5c701f2cc5a578dd95b0dd7097f5d3845fee33 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Wed, 29 Nov 2023 04:44:02 +0100 Subject: [PATCH] docs: Install langsmith from conda-forge (#13335) langsmith is available on conda-forge as well and also a dependency of the package so it gets installed either way by conda https://github.com/conda-forge/langchain-feedstock/blob/306ed13308c051716ced37a28962a0ac80a9aa7f/recipe/meta.yaml#L43 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08f2ab9d4fb..aadfed8dbb8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ pip install langchain With conda: ```bash -pip install langsmith && conda install langchain -c conda-forge +conda install langchain -c conda-forge ``` ## 🤔 What is LangChain?