Instructions for running InEXEQ locally.

0. Try the precompiled binaries. They are available for
download from the HFM-EXED website of the Helmholtz Zentrum Berlin.
At the moment (April 2020) at least the Windows version is available.

1. If you want to run the code directly:
Make sure that your system has the following software installed:
Python version > 3.5.x
Numpy
Scipy
Matplotlib 3.1 or 3.2
PyQt5
PyYAML

The main executable is QtInEXEQ.py

Ideally you can install all the dependencies with pip, as in
python -m pip install numpy
and then launch the software:

python QtInEXEQ.py

