diff --git a/docs/source/user/installation.rst b/docs/source/user/installation.rst index a14a59f30..ee748b374 100644 --- a/docs/source/user/installation.rst +++ b/docs/source/user/installation.rst @@ -55,6 +55,8 @@ To use Python from the environment, you just created, activate the environment w conda activate blc +Alternatively, you can also use Python its `venv ` package to create a virtual environment. + .. admonition:: You Should Know If you're new to python environments and package management, this stuff can quickly get confusing or overwhelming,