Skip to content

Commit

Permalink
Update docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Apr 29, 2024
1 parent 177c11b commit ce17362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/docs/docs/quick_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ To quickly install RobotDART on `Mac OSX`, we just need to run `./scripts/instal
This will install everything needed! Once the script is successfully executed, one should add the following to their `~/.bashrc` or `~/.zshrc` file (you may need to swap the python version to yours[^1]):

```bash
export LD_LIBRARY_PATH=/opt/robot_dart/lib:$LD_LIBRARY_PATH
export PATH=/opt/magnum/bin:$PATH
export LD_LIBRARY_PATH=/opt/magnum/lib:/opt/robot_dart/lib:$LD_LIBRARY_PATH
export PYTHONPATH=/opt/robot_dart/lib/python3.10/site-packages:$PYTHONPATH
```

Expand Down

0 comments on commit ce17362

Please sign in to comment.