Skip to content

Commit

Permalink
Add pip install langsmith for Quick Install part of README (langcha…
Browse files Browse the repository at this point in the history
…in-ai#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 <[email protected]>
  • Loading branch information
BarleyXu and xaver.xu authored Jul 15, 2023
1 parent b8b8a13 commit 4c81063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 4c81063

Please sign in to comment.