diff --git a/README.md b/README.md index 00eec51f..4d4f5e36 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Please fill out [this form](https://forms.gle/57d8AmXBYp8PP8tZA) and we'll set u ## Quick Install `pip install langchain` +or +`conda install langchain -c conda-forge` ## 🤔 What is this? diff --git a/docs/getting_started/getting_started.md b/docs/getting_started/getting_started.md index 054d3cf6..fdd8f8ae 100644 --- a/docs/getting_started/getting_started.md +++ b/docs/getting_started/getting_started.md @@ -9,6 +9,8 @@ To get started, install LangChain with the following command: ```bash pip install langchain +# or +conda install langchain -c conda-forge ```