mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
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.