From 336a5663993e77d7e994865048e4c85ac7f7eea7 Mon Sep 17 00:00:00 2001 From: 42CrMo4 <44754810+42CrMo4@users.noreply.github.com> Date: Fri, 19 Mar 2021 10:16:02 +0100 Subject: [PATCH] Added Env activation option note On some systems the source command is not available. Use of "." should help --- docs/start/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/start/install.md b/docs/start/install.md index ddbbae0..3a46049 100644 --- a/docs/start/install.md +++ b/docs/start/install.md @@ -105,6 +105,8 @@ 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 "Virtual Environment on Windows" To create and activate a virtual environment in Windows, run the following commands: ```