Setup

To use this program, the respository needs to be downloaded either by clicking the download button on the bottom left of this page or by navigating to the desired folder in the command line by typing cd path/to/your/folder and then executing

git clone https://github.com/IPMI-ICNS-UKE/TDEntropyDeconvolution 

Also, Python 3.x needs to be installed. For instructions on how to do this on your operating system, see for example here.

The Python packages needed are listed in the file requirements.txt. They can be installed for example by running

pip install -r requirements.txt

in the command line.