Skip to content

Commit

Permalink
Update pip-install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Mar 13, 2024
1 parent 5814db2 commit f458199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/docs/core/pip-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ python -m pip install --upgrade dbt-core==0.19.0

### `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, PyPI package named `dbt` was a simple "pass-through" of dbt-core and the four original database adapter plugins.
Note that, as of v1.0.0, `pip install dbt` is no longer supported, will raise an explicit error, and the `dbt` package on PyPI stopped receiving updates. Since v0.13, PyPI package named `dbt` was a simple "pass-through" of dbt-core and the four original database adapter plugins.

Upon the release of dbt-core v1.0.0, `pip install dbt` was no longer a supported installation method by dbt Labs, and the `dbt` package on PyPI stopped receiving updates. In fall of 2023, the `dbt` package on PyPI became a supported method to install the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation?install=pip#install-dbt-cloud-cli-in-pip).
In the fall of 2023, the `dbt` package on PyPI became a supported method to install the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation?install=pip#install-dbt-cloud-cli-in-pip).

If you have workflows or integrations that relied on installing the package named `dbt`, ryou can achieve the same behavior going forward by installing the same five packages that it used:
If you have workflows or integrations that rely on installing the package named `dbt`, you can achieve the same behavior by installing the same five packages that it used:

```shell
python -m pip install \
Expand Down

0 comments on commit f458199

Please sign in to comment.