langchain/docs/getting_started/installation.md
Harrison Chase b1b6b27c5f
Harrison/redo docs (#130)
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
2022-11-13 20:13:23 -08:00

326 B

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 section.

That's it! LangChain is now installed. You can now use LangChain from a python script or Jupyter notebook.