AIKA Installation Guide

To install and set up AIKA, follow these steps:

Prerequisites

Installation Steps


# Step 1: Create and activate a virtual environment
python -m venv .venv
source .venv/bin/activate

# Step 2: Clone the AIKA repository
git clone https://github.com/aika-algorithm/aika.git
cd aika

# Step 3: Build and install AIKA
make clean
cmake --build . --target install

# Step 4: Verify installation
python tests/subtraction-test.py
			

If the test runs successfully, AIKA is installed correctly.

Troubleshooting

If you encounter any issues during installation, check the following: