small tweaks

This commit is contained in:
Thomas Wolf
2024-05-08 16:46:15 +02:00
parent 26d9a070d8
commit f80902b171
2 changed files with 7 additions and 1 deletions

View File

@@ -139,11 +139,13 @@ Follow these steps to start contributing:
To develop on 🤗 LeRobot, you will at least need to install the `dev` and `test` extras dependencies along with the core library:
```bash
pip install poetry
poetry install --sync --extras "dev test"
```
You can also install the project with all its dependencies (including environments):
```bash
pip install poetry
poetry install --sync --all-extras
```