Installation

Installing librosax

Required: Then install librosax from PyPI:

pip install librosax

Installing from Source

To build librosax from source:

git clone https://github.com/DBraun/librosax.git
cd librosax
pip install -e .

For development work, you can install additional dependencies:

pip install -e ".[dev]"      # Install with testing dependencies
pip install -e ".[docs]"     # Install with documentation dependencies
pip install -e ".[dev,docs]" # Install with both

Dependencies

Librosax automatically installs its required dependencies (JAX, Flax, librosa, NumPy, SciPy, and others) when you install it via pip. For the complete list of dependencies and their version requirements, see the setup.cfg file in the repository.