File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ And also animate biorbd models from the pyomeca organization.
66
77``` conda install -c conda-forge pyorerun rerun-sdk=0.24.1 ```
88``` conda install opensim-org::opensim # not a mandatory dependency ```
9+ ``` conda install -c conda-forge biobuddy=0.2.0 # not a mandatory dependency ```
910
1011# Rerun .c3d - As simple as that
1112
@@ -62,6 +63,10 @@ animation.rerun()
6263if you want to use the OpenSim, you also need to install separately:
6364``` conda install -c opensim-org::opensim ```
6465
66+ if you want to use the BioBuddy, you also need to install separately:
67+ ``` conda install -c conda-forge biobuddy=0.2.0 ``` or
68+ ``` pip install biobuddy==0.2.0 ```
69+
6570Then, ensure it is accessible in your Python environment by installing the package:
6671
6772``` pip install . ``` or ``` python setup.py install ```
Original file line number Diff line number Diff line change 11"""
22To run this example, you need to install biobuddy:
3- `pip install biobuddy`
3+ `pip install biobuddy == 0.2.0 `
44 or
5- `conda-forge install -c conda-forge biobuddy`
5+ `conda-forge install -c conda-forge biobuddy=0.2.0 `
66"""
77
88import numpy as np
You can’t perform that action at this time.
0 commit comments