User Guide¶
Installation¶
You can install aiaccel directly from PyPI:
python -m pip install aiaccel
Tutorials¶
When you want to try the tutorials, we recommend setting up the environment with pixi, which installs aiaccel together with every required dependency.
First, install pixi by following the instructions at pixi installation guide.
git clone https://github.com/aistairc/aiaccel.git
cd aiaccel
pixi install
pixi shell # enter the environment interactively