User Guide

Installation

You can install aiaccel directly from PyPI:

python -m pip install aiaccel

Alternatively, we provide an example environment that includes all dependencies:

git clone https://github.com/aistairc/aiaccel/  # clone aiaccel repository
cd aiaccel/

pushd examples/python/
bash setup.sh  # setup a miniforge-based Python environment
source activate.sh  # activate the Python environment
popd

Tutorials