Installation

Installation

FitEnsemble requires Python 2.7 and the following Python packages:

The easiest way to install all prerequisites is using the Enthought or Anaconda python distributions. These environments come with all prequisties except PyMC and MDTraj. In Anaconda, PyMC is available as an additional package and can be installed by typing conda install pymc.

FitEnsemble is hosted on GitHub (https://github.com/kyleabeauchamp/FitEnsemble). The latest version can be downloaded here: (XXX). After unpacking the source code, you can install FitEnsemble with the following command:

python setup.py install