forked from tangger/lerobot
12 lines
134 B
Markdown
12 lines
134 B
Markdown
# LeRobot
|
|
|
|
## Installation
|
|
|
|
Install dependencies using `conda`:
|
|
|
|
```
|
|
conda env create -f environment.yaml
|
|
conda activate lerobot
|
|
```
|
|
|