From b4471759df392aa30d7e0fd1e8b8f25c3f729c10 Mon Sep 17 00:00:00 2001 From: 42CrMo4 <44754810+42CrMo4@users.noreply.github.com> Date: Fri, 19 Mar 2021 10:54:12 +0100 Subject: [PATCH] Fix Env activation option note Added the syntax for a readthedocs note --- docs/start/install.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/start/install.md b/docs/start/install.md index 3a46049..cd03650 100644 --- a/docs/start/install.md +++ b/docs/start/install.md @@ -105,7 +105,15 @@ python3 -m venv inventree-env source inventree-env/bin/activate ``` -!!! If "source inventree-env/bin/activate" is not working try ". inventree-env/bin/activate" +!!! note "Activate Virtual Environment" + if + ``` + source inventree-env/bin/activate + ``` + is not working try + ``` + . inventree-env/bin/activate + ``` !!! note "Virtual Environment on Windows" To create and activate a virtual environment in Windows, run the following commands: