Installation
ANUGA is a Python package with some C/Cython extensions. It runs and is tested on Python 3.10 – 3.14.
The standard install is two short steps: set up a Python environment
(Install Python), then install the prebuilt ANUGA package with conda
or pip (Install ANUGA). To build from source instead — for the latest
code or to contribute — see the developer install
in the appendices.
See also
- Install ANUGA for Developers
Installing from source for developers and contributors.