Python libraries

A serie of python libraries are needed to generate the C version of the database.

First update your system to python3 and use pip3 to install the following libraries:

pip3 install numpy
pip3 install sympy
pip3 install scipy

C tools

Valgrind (debugger)

sudo apt-get install valgrind