This is an unofficial python wrapper for the WindFLO competition. The pyKusiakLayoutEvaluator.pyx is providing interfaces and wrapping classes to the C++ source files available in the ../C++ directory.
There is an automated build docker image including an IPython (Jupyter) server and direct bash access. If you have Docker installed, this is probably the easiest way to install everything, except if you happen to have windows 7 32bit (or older).
make docker_pullmake docker_imagemake jupyter_runYou can access the server using your browser at the address http://127.0.0.1:81 On linux and windows the IP address is different and can be found using the command
boot2docker ipThe default password is windflo
make jupyter_stopmake jupyter_restartmake bash_runIf you already have a working python distrib installed locally,
running make will build locally and run a test script file
makerun
make installor
python setup.py install