add: conda installation instructions (#2678)

Hi, 

just wanted to mention that I added `langchain` to
[conda-forge](https://github.com/conda-forge/langchain-feedstock), so
that it can be installed with `conda`/`mamba` etc.
This makes it available to some corporate users with custom
conda-servers and people who like to manage their python envs with
conda.
This commit is contained in:
Yasin Tatar
2023-04-11 05:54:13 +02:00
committed by GitHub
parent 28bef6f87d
commit 9d20fd5135
2 changed files with 4 additions and 0 deletions

View File

@@ -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?