OneLagent / docs /en /get_started /install.md
3v324v23's picture
Add files
4535c91

A newer version of the Streamlit SDK is available: 1.56.0

Upgrade

Installation

With pip

Install with pip (Recommended).

pip install lagent

From source

Optionally, you could also build Lagent from source in case you want to modify the code:

git clone https://github.com/InternLM/lagent.git
cd lagent
pip install -e .