Skip to content
forked from pyCGM2/pyCGM2

implementation of an evolved conventional gait model

License

Notifications You must be signed in to change notification settings

vigneshrk29/pyCGM2

 
 

Repository files navigation

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

pyCGM2 documentation

See pyCGM2's documentation site.

Installation

  • First, clone or fork the pycgm2 github folder to have a local version on your computer
  • install a virtual python environment . The following code automatically creates a virtual python environment named 'pycgm39' based on python 3.9 (python version 3.7 and 3.8 are also available.)
conda env create -f environment_py39.yml
  • install pycgm2 with either the command
pip install . 

to place pycgm2 in the site-package folder

or

pip install -e . 

to work, as developper, and use your local pycgm2 folder ( ie the clone/fork folder)

  • test your installation with
import pyCGM2

About

implementation of an evolved conventional gait model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.5%
  • C++ 27.4%
  • Jupyter Notebook 0.1%