Skip to content

Commit

Permalink
added code blocks and webaite links
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliefiann committed Jan 24, 2025
1 parent e987de6 commit 8ee97f3
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 @@ -14,7 +14,7 @@ You can install dbt Core and plugins using `pip` because they are Python modules

A Python virtual environment creates an isolated workspace for Python projects, preventing conflicts between dependencies of different projects and versions.

You can create virtual environments using tools like conda, poetry, or venv. This guide uses venv because it's lightweight, has the fewest additional dependencies, and is included in Python by default.
You can create virtual environments using tools like [conda](https://anaconda.org/anaconda/conda), [poetry](https://python-poetry.org/docs/managing-environments/) or `venv`. This guide uses `venv` because it's lightweight, has the fewest additional dependencies, and is included in Python by default.

Users who want to run dbt locally, for example in [dbt Core](/docs/core/installation-overview) or the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation#install-a-virtual-environment) may want to install a Python virtual environment.

Expand Down

0 comments on commit 8ee97f3

Please sign in to comment.