Installation ============ You can install **aurelia** either from PyPI or directly from the GitHub repository. From PyPI --------- .. code-block:: bash pip install aurelia This installs the latest released version. From GitHub (editable mode) --------------------------- For development or contributing: .. code-block:: bash 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