Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

47 lines (24 loc) · 1.15 KB

python-acoustics

Build Status

The python-acoustics module is a Python module with useful tools for acousticians.

Disclaimer: This module is still heavily in development, and might break what you're working on.

Installation

Currently there are no packages available.

The recommended method to install is to clone this repository

git clone [email protected]:python-acoustics/python-acoustics.git

and install this package in development mode

python setup.py develop

This way one can easily update to the latest version using

git pull

and running again

python setup.py develop

Alernatively, you can download the ZIP archive and install using

python setup.py install

Examples

Several examples can be found in the examples folder.

Documentation

Documentation can be found online.

License

python-acoustics is distributed under the BSD 3-clause license. See LICENSE for more information.

Contributing

Contributors are always welcome.