mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-16 17:20:05 +00:00
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
|
|
```
|
|
|