From 01b88b208e8772d5b236664e91f8d67539b893de Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Sat, 16 Mar 2024 17:37:05 +0100 Subject: [PATCH] Update readme (examples) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18af3242..bd61caab 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