Real-time visualization software for the TriKinetics Environmental Monitor (DEnM).
Table of contents
If you are using recent Python 2.7 or Python 3.x from http://www.python.org, Macports or Homebrew, then you can use the standard pip installer to install matplotlib binaries in the form of wheels.
pip install matplotlib
Similarly, DEnM-Visualizer can be easily installed using pip.
pip install DEnM-Visualizer
If you don't already have Python installed, we recommend using one of the scipy-stack compatible Python distributions such as Continuum Anaconda, Python(x,y), or WinPython, which have matplotlib and other useful packages preinstalled.
In case Python 2.7 is not installed for all users (not the default), the Microsoft Visual C++ 2008 redistributable package needs to be installed.
We recommend to select "Add Python to PATH" in the installation process. This enables to invoke the Python interpreter from any particular directory.
For standard Python installations, you have to install matplotlib manually using pip.
pip install matplotlib
Finally, DEnM-Visualizer can be easily installed using pip.
pip install DEnM-Visualizer
DEnM-Visualizer can be executed directly, or in terminal
denmonitor.pyw
Text files generated by DEnM can be loaded using the Settings window.
See the LICENSE file for license rights and limitations (MIT).
- Marek Strelec
- Samuel Rund