From 3be97b91b4c71ff336580fb789f61eae09155b20 Mon Sep 17 00:00:00 2001 From: nataliefiann <120089939+nataliefiann@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:47:03 -0500 Subject: [PATCH] Update website/docs/docs/core/pip-install.md Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> --- website/docs/docs/core/pip-install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/docs/core/pip-install.md b/website/docs/docs/core/pip-install.md index 9245563c0d9..c7e79d09355 100644 --- a/website/docs/docs/core/pip-install.md +++ b/website/docs/docs/core/pip-install.md @@ -180,7 +180,9 @@ dbt --version To install or use packages within your virtual environment: -- Activate the virtual environment to add its specific Python and `pip` executables to your shell’s PATH. This ensures you use the environment’s isolated setup. You can run the following commands to activate your virtual environment. +- Activate the virtual environment to add its specific Python and `pip` executables to your shell’s PATH. This ensures you use the environment’s isolated setup. + + Select your operating system and run the following commands to activate it: - Select your operating system to activate your virtual environment.