Update readme (examples)

This commit is contained in:
Simon Alibert
2024-03-16 17:37:05 +01:00
parent 4c1024e537
commit 01b88b208e

View File

@@ -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