Installation overview
You can install dbt Core on the command line by using one of these recommended methods:
- Use Homebrew to install dbt (recommended for MacOS + most popular plugins)
- Use pip to install dbt
- Use a Docker image to install dbt
- Install dbt from source
Upgrading dbt Core
dbt provides a number of resources for understanding general best practices while upgrading your dbt project as well as detailed migration guides highlighting the changes required for each minor and major release, and core versions
About dbt data platforms and adapters
dbt works with a number of different data platforms (databases, query engines, and other SQL-speaking technologies). It does this by using a dedicated adapter for each. When you install dbt Core, you'll also want to install the specific adapter for your database. For more details, see Supported Data Platforms.
0