Installation

Stable release

To install ANDALUS, run this command in your terminal:

uv add andalus

Or if you prefer to use pip:

pip install andalus

From source

The source files for ANDALUS can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/daan1392/andalus

Once you have a copy of the source, you can install it with:

cd andalus
uv sync