Lagent / docs /zh_cn /get_started /install.md
Raymd9's picture
Add files
cfc816f

A newer version of the Streamlit SDK is available: 1.56.0

Upgrade

安装方式

pip安装

推荐使用 pip 安装

pip install lagent

源码安装

如需修改部分功能,可以从源码构建 Lagent

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