mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 09:48:04 +00:00
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 <xavier.xu@batechworks.com>
This commit is contained in:
parent
b8b8a138df
commit
4c8106311f
@ -25,7 +25,7 @@ Please fill out [this form](https://forms.gle/57d8AmXBYp8PP8tZA) and we'll set u
|
|||||||
|
|
||||||
`pip install langchain`
|
`pip install langchain`
|
||||||
or
|
or
|
||||||
`conda install langchain -c conda-forge`
|
`pip install langsmith && conda install langchain -c conda-forge`
|
||||||
|
|
||||||
## 🤔 What is this?
|
## 🤔 What is this?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user