Step 1: Installing tools

MrT modules are just individual git repositories that get included in your project as submodules . You could simply add them as submodules manually, but this would require looking up the urls, and making sure the path to each module is correct, because some modules reference others.

To make this easier, you can use the mrt-config tool from the mrttutils package.

mrttutils is a python package managed with pip

pip3 install mrtutils