Files
lerobot/README.md
2024-01-30 23:30:14 +00:00

26 lines
240 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
```