From 6b7f425e2074f6270a8593f09c7ae244e34ed696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20C=C3=A1mara?= Date: Wed, 23 Aug 2023 23:29:00 +0100 Subject: [PATCH] Add missing text to sentence The original sentence didn't make much sense, as it seemed to be partly lost somehow. --- docs/projects/virtual-environments.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects/virtual-environments.qmd b/docs/projects/virtual-environments.qmd index c2e7588d3a..868ca3e7bb 100644 --- a/docs/projects/virtual-environments.qmd +++ b/docs/projects/virtual-environments.qmd @@ -63,7 +63,7 @@ Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser ``` ::: -Once you've activated the environment, you need to ensure that you have the packages required to render your documents. This will typically encompass `jupyter` / `jupyterlab` plus whatever other packages are used in your Python code. ip to install packages into your environment. For example: +Once you've activated the environment, you need to ensure that you have the packages required to render your documents. This will typically encompass `jupyter` / `jupyterlab` plus whatever other packages are used in your Python code. Use `pip` to install packages into your environment. For example: +--------------+------------------------------------------------------+ | Platform | Command |