mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-18 02:00:03 +00:00
240 B
240 B
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