Installation

mrainet is registered on PyPI and can be installed through:

pip install mrainet

Environment

Pip takes care of all dependencies, but the addition of these dependencies can mess up your current python environment. To ensure a clean install, it is recommended to set up a virtual environment using conda or virtualenv. To ease this set up, an environment file is provided, which can be run through:

conda env create -f environment.yml
source activate mrainet

For more information on getting started, see the Examples section.