Installation

DEATF requires a version of Python between 3.5 and 3.8; it also requires other libraries to be installed like: TensorFlow, DEAP, Numpy, etc. Those requirements and more information about DEATF’s installation are available in its pip webpage.

In order to install it, is recommended to use the pip mode:

pip install deatf

Otherwise, files can be downloaded or cloned from the repository and installed by:

python setup.py install