diff --git a/README.md b/README.md index 18af32429..bd61caab5 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ conda activate lerobot curl -sSL https://install.python-poetry.org | python - ``` -Install dependencies +Install the project ``` poetry install ``` @@ -48,6 +48,13 @@ wandb login ## Usage +### Example + +To use the [notebook example](./examples/pretrained.ipynb), install the project with jupyter dependencies +``` +poetry install --with examples +``` + ### Train