Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 622 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 622 Bytes

Contributing to P4P timbre

Tools

You will need an appropriate python setup installed on your machine. You should use Conda as your environment manager.

The essential libraries you must have is Librosa which with conda can be installed with conda install -c conda-forge librosa

Using Notebooks

It is not acceptable anymore to use .ipynb due to how it sucks with git. Instead, use the Jupytext format and write all notes in a .py file. (:clown_face: if you don't follow this)