mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-15 16:49:55 +00:00
27 lines
241 B
Markdown
27 lines
241 B
Markdown
# LeRobot
|
|
|
|
## Installation
|
|
|
|
Install dependencies using `conda`:
|
|
|
|
```
|
|
conda env create -f environment.yaml
|
|
conda activate lerobot
|
|
```
|
|
|
|
**dev**
|
|
|
|
```
|
|
python setup.py develop
|
|
```
|
|
|
|
|
|
## Contribute
|
|
|
|
**style**
|
|
```
|
|
isort .
|
|
black .
|
|
pylint lerobot
|
|
```
|