Installation¶
Install using pip, either system-wide (administrator rights are needed)
pip install tof-simulator-X.Y.tar.gz
or (usually preferred) for the current user:
pip install --user tof-simulator-X.Y.tar.gz
Dependencies¶
In order to run the simulator programmatically:
Only Numpy is required.
Optionally:
Package tabulate for pretty-printing information on TOF parameters and masses.
matplotlib is needed to use included capabilities for plotting.
To use the GUI, the additional requirements are:
-
Information on how to install PyGobject on different platforms may be found in the documentation