mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
b1b6b27c5f
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
12 lines
326 B
Markdown
12 lines
326 B
Markdown
# Installation
|
|
|
|
LangChain is available on PyPi, so to it is easily installable with:
|
|
|
|
```
|
|
pip install langchain
|
|
```
|
|
|
|
For more involved installation options, see the [Installation Reference](/installation.md) section.
|
|
|
|
That's it! LangChain is now installed. You can now use LangChain from a python script or Jupyter notebook.
|