Steps To Install drake on Mac

Package Information:

Name: drake
Use: Drake is a simple-to-use, extensible, text-based data workflow tool that organizes command execution around data and its dependencies.
URL: https://github.com/Factual/drake

Installation Steps:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install drake using brew
    brew install drake

drake is ready to use now!