Skip to content

Installation

Stable release

To install Audio XAI Fragility, run this command in your terminal:

uv add Audio-XAI-Fragility

Or if you prefer to use pip:

pip install Audio-XAI-Fragility

From source

The source files for Audio XAI Fragility can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/cncPomper/Audio-XAI-Fragility

Or download the tarball:

curl -OJL https://github.com/cncPomper/Audio-XAI-Fragility/tarball/master

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

cd Audio-XAI-Fragility
uv sync