Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 415 Bytes

File metadata and controls

15 lines (10 loc) · 415 Bytes

Gait in Aging and Disease Database

For more information on the challenge, look here.

To create a Conda environment, please enter the following into a shell:

 conda create --name gadd python=3.5 --file requirements.txt

To activate the newly created Conda environment, please enter the following into a shell:

source activate gadd