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:
- Open up your Terminal.
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install drake using brew
brew install drake
drake is ready to use now!