To set up your development environment, run the following commands:
- Fork and clone the Audio Explorer repo.
- Move into the clone:
cd audio-explorer. - Create Anaconda environment:
conda env create -f environment.yml.
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.
Please lint your code with pylint and flake8.
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.