You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/getting_started/installation.md

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.