Installation instruction

PyPI

The simplest way to install audioviz is through the Python Package Index (PyPI). This will ensure that all required dependencies are fulfilled. This can be achieved by executing the following command:

pip install audioviz

or:

sudo pip install audioviz

to install system-wide, or:

pip install -u audioviz

to install just for your own user.

The latest development version will be released in herearrow-up-right.

Last updated