Skip to content

Commit

Permalink
Update website/docs/docs/core/pip-install.md
Browse files Browse the repository at this point in the history
Co-authored-by: Doug Beatty <[email protected]>
  • Loading branch information
matthewshaver and dbeatty10 authored Nov 20, 2023
1 parent bf32ef9 commit 2416d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/core/pip-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To downgrade to an older version, specify the version you want to use. This comm
python -m pip install --upgrade dbt-core==0.19.0
```

### `python -m pip install dbt`
### `pip install dbt`

Note that, as of v1.0.0, `pip install dbt` is no longer supported and will raise an explicit error. Since v0.13, the PyPI package named `dbt` was a simple "pass-through" of `dbt-core` and the four original database adapter plugins. For v1, we formalized that split.

Expand Down

0 comments on commit 2416d69

Please sign in to comment.