You will need the following software to run mutpath.
To install mutpath, first download the source ZIP repository on GitHub. After unzipping the file, run the following commands:
cd mutpath
python setup.py build
python setup.py test
python setup.py install
The last command might require you to use sudo if you do not have privileges to the default installation directory. Alternatively, install it locally with:
python setup.py install --user
These commands install the Python modules and also install several scripts, which provide the most convenient high-level interface into the mutpath package. These scripts should be installed to be executable; they are present in the scripts subdirectory. The source code for the package is the in the src directory. There is also an examples subdirectory that contains some examples. Looking at these examples may be helpful for understanding the typical workflow.