lagent / docs /en /get_started /install.md
tjorange's picture
lagent
3a82f96
|
Raw
History Blame Contribute Delete
288 Bytes

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 .