Skip to content

Commit 79a534b

Browse files
authored
Merge pull request #73 from Simple-Robotics/update_install
Update install
2 parents 7628116 + fed188f commit 79a534b

File tree

3 files changed

+227
-65
lines changed

3 files changed

+227
-65
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)