Skip to content

Latest commit

 

History

History
 
 

README.md

Python bindings for AD3

Author: Andreas Mueller [email protected]

Build Instructions

The Python bindings require Cython. To build the Python bindings use the following commands at the top level:

python setup.py install

to install the bindings systemwide

or

python setup.py build_clib
python setup.py build_ext -i

to install them in AD3/python/ad3 directory

See example_grid.py or the notebook for an example.