Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 877 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 877 Bytes

Contributing to Audio Explorer

Getting Started

To set up your development environment, run the following commands:

  1. Fork and clone the Audio Explorer repo.
  2. Move into the clone: cd audio-explorer.
  3. Create Anaconda environment: conda env create -f environment.yml.

TODO

Currently Audio Explorer uploads every upload to my S3. We need a local mode that will allow anyone to easily experiment and develop the code.

Coding Style

Please lint your code with pylint and flake8.

Pull Request Guidelines

Use the GitHub flow when proposing contributions to this repository (i.e. create a feature branch and submit a PR against the master branch). How to create pull request is discussed here.