Skip to content

PythonTools

Clifford Bohm edited this page Jun 27, 2016 · 3 revisions

MABE includes a collection of Python Tools used for post processing of data.

In order to run all of the tools you should have

  • python 3.0 or later - https://www.python.org/
  • pandas - http://pandas.pydata.org/
  • matplotlib - http://matplotlib.org/

Running python tools (or any python script) can be accomplished on the command line with:
python [name of program].py

All of the Python Tools include -h options with detailed usage messages.
Clone this wiki locally