Get bpm-tools installed on Mac using Brew

Package Information:

Name: bpm-tools
Use: Detect tempo of audio files using beats-per-minute (BPM)
URL: http://www.pogo.org.uk/~mark/bpm-tools/

Installation Steps:

  1. Open Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bpm-tools using brew
    brew install bpm-tools

bpm-tools is ready to use now!