Skip to content

Commit aeb24bc

Browse files
committed
env
1 parent 4b5535f commit aeb24bc

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: |
4646
pip install . && pip uninstall -y biobuddy
47-
pip install scipy=1.15.1 numpy=1.25.2 matplotlib lxml
47+
pip install scipy==1.15.1 numpy==1.25.2 matplotlib lxml
4848
4949
- name: Install test dependencies
5050
run: |

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
33

44
`BioBuddy` is an open-source tool for translating and personalizing musculoskeletal models across different formats (e.g., .osim, .bioMod). By enabling reliable interoperability between modeling environments, BioBuddy allows researchers to focus on scientific questions rather than technical constraints.
55

6+
<!---
7+
[![Actions Status](https://github.com/pyomeca/biobuddy/workflows/CI/badge.svg)](https://github.com/pyomeca/biobuddy/actions)
8+
[![PyPI](https://anaconda.org/conda-forge/biobuddy/badges/latest_release_date.svg)](https://pypi.org/project/biobuddy/)
9+
--->
10+
11+
[![codecov](https://codecov.io/gh/pyomeca/biobuddy/main/main/graph/badge.svg)](https://codecov.io/gh/pyomeca/biobuddy)
12+
[![Discord](https://img.shields.io/discord/1340640457327247460.svg?label=chat&logo=discord&color=7289DA)](https://discord.gg/Ux7BkdjQFW)
13+
614
# How to install
715
Currently, the only way to install `BioBuddy` is from source. But it will be available on conda-forge and pip in the near future.
816

9-
If you are a user, you can setup your environement however you'd like since we do not have any mandatory dependency.
17+
If you are a user, you can set up your environement however you'd like since we do not have any mandatory dependency.
1018

1119
However, if you are a developer and want to contribute, you will need to set up your environment using the following command:
1220
Due to the OpenSim dependency used only in BioBuddy's tests, we recommend using python=3.11.

0 commit comments

Comments
 (0)