forked from Archives/langchain
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.
|