mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 20:16:52 +00:00
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:
@@ -9,6 +9,8 @@ To get started, install LangChain with the following command:
|
||||
|
||||
```bash
|
||||
pip install langchain
|
||||
# or
|
||||
conda install langchain -c conda-forge
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user