Skip to content

Commit e17def4

Browse files
committed
version specification
1 parent b928251 commit e17def4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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()
6263
if 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+
6570
Then, ensure it is accessible in your Python environment by installing the package:
6671

6772
``` pip install . ``` or ``` python setup.py install ```

examples/biobuddy/from_biobuddy_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
22
To 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

88
import numpy as np

0 commit comments

Comments
 (0)