Skip to content

Fixes for installing/running Mutalyzer from a virtual environment

Martijn Vermaat requested to merge virtualenv into refactor

This is part of a greater effort to make Mutalyzer easier to install, test, and run (see #6 (closed)).

First step is to get all dependencies from pypi (listed in requirements.txt as is common practice).

The SimpleTAL package is not on pypi (at least not one for Python 2) and must be downloaded manually from the website. Therefore I'm also porting to Jinja2 (see !3 (merged)).

Merge request reports