Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 406 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 406 Bytes

##Install Dependencies Navigate to the root folder of the project and run:

python setup.py develop

If pip cannot find the pyaudio requirement download and install the requirement from here. Make sure the version matches your python version and architecture

##Running

python -c "import noisechecker;noisechecker.start_and_monitor()"