Installation
You can install aurelia either from PyPI or directly from the GitHub repository.
From PyPI
pip install aurelia
This installs the latest released version.
From GitHub (editable mode)
For development or contributing:
git clone https://github.com/qmlab-ubc-ca/aurelia.git
cd aurelia
pip install -e .
Dependencies
The main dependencies (installed automatically) include:
numpy
scipy
matplotlib
h5py