Add editable -e for feetech install command (#1133)
This commit is contained in:
@@ -55,7 +55,7 @@ conda install ffmpeg -c conda-forge
|
|||||||
|
|
||||||
Install 🤗 LeRobot:
|
Install 🤗 LeRobot:
|
||||||
```bash
|
```bash
|
||||||
cd lerobot && pip install ".[feetech]"
|
cd lerobot && pip install -e ".[feetech]"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ conda install ffmpeg -c conda-forge
|
|||||||
|
|
||||||
Install 🤗 LeRobot:
|
Install 🤗 LeRobot:
|
||||||
```bash
|
```bash
|
||||||
cd lerobot && pip install ".[feetech]"
|
cd lerobot && pip install -e ".[feetech]"
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
|||||||
Reference in New Issue
Block a user