An open API service indexing awesome lists of open source software.

https://github.com/brocksam/sympy-biomechanics

Examples using sympy.physics.biomechanics
https://github.com/brocksam/sympy-biomechanics

Last synced: 6 months ago
JSON representation

Examples using sympy.physics.biomechanics

Awesome Lists containing this project

README

          

# sympy-biomechanics

Examples using sympy.physics.biomechanics

# Setup

```
conda env create -f sympy-biomechanics-env.yml
conda activate sympy-biomechanics
conda develop .
cd /path/to/sympy/dev/repo/
conda develop .
```
# Run

```
python examples/bicep_curl.py
python examples/simple_arm.py
python examples/simple_steerer.py
```