Installation

The Axon SDK can be installed from its source code. which is open-sourced on Github.

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

The 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