Installation

Source Code

All the code is in debyetools repository on GitHub.

Requirements

  • Python 3.6 or newer

  • NumPy (base N-dimensional array package)

  • SciPy (fundamental algorithms for scientific computing in Python)

  • mpmath (real and complex floating-point arithmetic with arbitrary precision)

Other recommended packages:

  • Matplotlib (for plotting, a comprehensive library for visualizations in Python)

  • PySide6 (for the GUI, PySide6 is the official Python module from the Qt for Python project)

Installation using pip

The simplest way to install debyetools is to use pip which will automatically get the source code from PyPI:

$ pip install --upgrade debyetools