Collection of tools for certain biomechanical pipelines


License
MIT
Install
pip install PyBiomech==1.15.0

Documentation

Requirements:

A minimal Python environment with setuptools library is expected. We recommend Anaconda 64-bit.

Installation (for Anaconda)

  • Open a command shell

  • Proceed with the installation of PyBiomech:

    pip install PyBiomech -vvv
  • To verify than everything went ok, type:

    python

    and then import the library:

    >>> import PyBiomech

    If no error occurs, then you have correctly installed it!

Update

  • Open a command shell

  • Type the following to update PyBiomech:

    pip install PyBiomech --upgrade