Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.2 KB

environment.md

File metadata and controls

25 lines (16 loc) · 1.2 KB

Environment

For best results use python 3.6 or newer. Fingerprinting will work on any python 3 system but the tag order in the json file will be undefined and some features in the tests will not work.

The following packages are required to run cruncher.py

The following are needed for running test coverage calculations

All of these are defined in the requirements.txt and can typically be installed with pip3 install -r requirements.txt

Additionally for audio_concatenator.py

The ffmpeg program and python library ffmpy are needed for generating the mp3 blob from wav files.

(Ffmpeg can be downloaded here and ffmpy can typically be installed with pip3.6 install ffmpy)