How to Install dbt on Mac using Brew

Package Information:

Name: dbt
Use: dbt (data build tool) helps analysts write reliable, modular code using a workflow that closely mirrors software development.
URL: https://github.com/fishtown-analytics/dbt

Installation Steps:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install dbt using brew
    brew install dbt

dbt is ready to use now!