This is a very simple example package used as part of the UCL Research Software Engineering with Python course.
Browse to the directory where this file lives, and run:
pip install .
That command will download any dependencies we have
Invoke the tool with sagittal_average_run <input_file_Dir>
or use it on your own library:
from sagittal_average import sagittal_brain
sagittal_brain.run_averages("input_file.csv", "ouput_file.csv")