Skip to content

Commit fed188f

Browse files
committed
Modify install procedure to actually install and run an example
1 parent b517aaa commit fed188f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@ git clone [email protected]:Simple-Robotics/simple-mpc.git --recursive
2323
cd simple-mpc
2424
```
2525

26-
2. Build
26+
2. Build and install
2727
```bash
28-
pixi run build
28+
pixi run install
29+
```
30+
31+
3. Run an example
32+
```bash
33+
pixi shell
34+
python examples/go2_kinodynamics.py
2935
```
3036

3137
#### Dependencies

0 commit comments

Comments
 (0)