Axon SDK – Getting Started

A streamlined guide to get you up and running quickly with the Python-based STICK (Spike Time Interval Computational Kernel) simulator and toolkit.


Requirements

  • Python 3.11+
  • pip
  • Recommended packages (auto-installed):
    • numpy
    • networkx
    • tqdm
    • matplotlib

Installation

Using pip

To install the Axon SDK, simply run:

pip install axon-sdk

Alternatively, install axon-sdk in editable mode (ideal for development):

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