A minimal Python environment with setuptools library is expected. We recommend Anaconda 64-bit.
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!
Open a command shell
Type the following to update PyBiomech:
pip install PyBiomech --upgrade