Skip to content

Getting Started

dtdannen edited this page May 5, 2017 · 7 revisions

Installing MIDCA

  1. Get a copy of MIDCA by cloning the repository or downloading the source directory.
  2. Make sure the name of the top level MIDCA folder is spelled exactly 'MIDCA' (if download the zip you will have to rename it as it saves the folder as 'MIDCA-master')
  3. Run the command python setup.py install

Requirements:

  1. If you don't already have numpy installed, you will need to install it and can find it here: http://www.numpy.org/

There you go! You should now be able to run MIDCA with the scripts from the examples folder.

Next: Running MIDCA Example Scripts