Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 499 Bytes

File metadata and controls

28 lines (18 loc) · 499 Bytes

Python bindings for AD3

Author: Andreas Mueller amueller@ais.uni-bonn.de

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.