Update README.md to include install (#377)
readme was missing the install command which caused me a lot of issues to figure out. Run sync then install into conda environment
This commit is contained in:
@@ -38,6 +38,7 @@ We use [uv](https://docs.astral.sh/uv/) to manage Python dependencies. See the [
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
GIT_LFS_SKIP_SMUDGE=1 uv sync
|
GIT_LFS_SKIP_SMUDGE=1 uv sync
|
||||||
|
GIT_LFS_SKIP_SMUDGE=1 uv pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
NOTE: `GIT_LFS_SKIP_SMUDGE=1` is needed to pull LeRobot as a dependency.
|
NOTE: `GIT_LFS_SKIP_SMUDGE=1` is needed to pull LeRobot as a dependency.
|
||||||
|
|||||||
@@ -28,13 +28,13 @@ uv pip sync examples/aloha_real/requirements.txt
|
|||||||
uv pip install -e packages/openpi-client
|
uv pip install -e packages/openpi-client
|
||||||
|
|
||||||
# Run the robot
|
# Run the robot
|
||||||
python examples/aloha_real/main.py
|
python -m examples.aloha_real.main
|
||||||
```
|
```
|
||||||
|
|
||||||
Terminal window 2:
|
Terminal window 2:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
roslaunch --wait aloha ros_nodes.launch
|
roslaunch aloha ros_nodes.launch
|
||||||
```
|
```
|
||||||
|
|
||||||
Terminal window 3:
|
Terminal window 3:
|
||||||
|
|||||||
Reference in New Issue
Block a user