File size: 307 Bytes
861dfcc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Installation

## With pip

Install with pip (Recommended).

```bash

pip install lagent

```

## From source

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

```bash

git clone https://github.com/InternLM/lagent.git

cd lagent

pip install -e .

```