forked from Archives/langchain
b1b6b27c5f
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
326 B
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.