pyCGM2 / pyCGM2

implementation of an evolved conventional gait model

Home Page:https://pycgm2.github.io/pyCGM2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type Status
License License: CC BY-SA 4.0
Continuous integration Build status-python3.9

The project website is presented at https://pycgm2.netlify.app/

pyCGM2 documentation API

See pyCGM2's documentation website.

Installation

check out the website to get comprehensive installation guidelines

For the python programmer in hurry:

Launch the anaconda prompt (miniconda), type the commands :

conda create --name pycgm39 python=3.9
conda activate pycgm39

to create a python 3.9 virtual environment

A ready to install package is available in the pyCGM2 conda channel,

To install it, type

conda install -c pycgm2 pycgm2

About

implementation of an evolved conventional gait model

https://pycgm2.github.io/pyCGM2/

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Python 99.7%Language:Jupyter Notebook 0.3%Language:Batchfile 0.0%