Installation

The easiest way to install this package is by running

$ pip install modularitypruning

Depending on your configuration, you may need to use pip3, python -m pip, python3 -m pip, and/or the --user flag here.

You can also install it directly from the source by cloning the GitHub repository.

$ git clone https://github.com/ragibson/ModularityPruning
$ cd ModularityPruning
$ python3 setup.py install  # might require the --user flag