# Compilation of the libtt This is a compilation of libtt for Python with a link of external libraries. ## Compile under Windows Open a PowerShell: ``` python setup.py build_ext --inplace ``` To test the code: ``` python test_libtt.py ``` ## Compile under Linux Open a Linux console: ``` python3 setup.py build_ext --inplace ``` To test the code: ``` python3 test_libtt.py ``` ## Support and contact The main author is alain.klotz@irap.omp.eu