lerobot/README.md

26 lines
240 B
Markdown
Raw Normal View History

# LeRobot
## Installation
Install dependencies using `conda`:
```
conda env create -f environment.yaml
conda activate lerobot
```
2024-01-31 07:30:14 +08:00
**dev**
```
python setup.py develop
```
## Contribute
**style**
```
isort .
black .
pylint lerobot
```