Installation

Axon SDK can be installed from its source code, open-sourced on Github.

git clone https://github.com/neucom/axon-sdk.git
cd axon-sdk
pip install -e .

Axon SDK is built in Python and depends on:

  • Python ≥ 3.11
  • NumPy
  • Matplotlib
  • Pytest

The dependencies can be installed using the requirements file:

cd axon-sdk
pip install -r requirements.txt