Requirements.rst 939 B

123456789101112131415161718192021222324252627282930
  1. Requirements
  2. ============
  3. Software Requirements
  4. ---------------------
  5. KAPTURE Control Gui (KCG) is written in python 2.7x and was tested with versions 2.7.3 - 2.7.10.
  6. It uses the following python packages
  7. * `numpy`_
  8. * `PyQt4`_
  9. * `pyqtgraph`_
  10. and their respective dependencies.
  11. Those are only requirements for the Graphical user interface. Other requirements apply for the communication with
  12. a KAPTURE board.
  13. .. _numpy: http://numpy.org
  14. .. _PyQt4: http://www.riverbankcomputing.com/software/pyqt/intro
  15. .. _pyqtgraph: http://pyqtgraph.org/
  16. Hardware Requirements
  17. ---------------------
  18. The Gui was not tested in respecto to minimum hardware requirements.
  19. Except for plotting it should run on every basic modern pc. For plotting of files bigger than 400MB it is recommended
  20. to use at least 12GB of ram. The bigger the files you want to plot the more ram you need (plotting needs more ram than the
  21. size of the file to plot)