Update pip install without requirements.txt

This commit is contained in:
Simon Alibert
2024-03-27 16:49:27 +01:00
parent 6710121a29
commit 4f8f1926f9

View File

@@ -87,7 +87,7 @@ Then, install 🤗 LeRobot:
### With pip
```bash
pip install -r requirements.txt
pip install .
```
### With poetry