Author: Andreas Mueller [email protected]
The Python bindings require Cython. To build the Python bindings use the following commands at the top level:
python setup.py installto install the bindings systemwide
or
python setup.py build_clib
python setup.py build_ext -ito install them in AD3/python/ad3 directory
See example_grid.py or the notebook for an example.