From dfe50834511e486386d77019de31f552fa9bf5fd Mon Sep 17 00:00:00 2001 From: nabim777 Date: Sun, 1 Oct 2023 10:18:43 +0545 Subject: [PATCH] add step on docs for manual installation --- docs/install/manual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install/manual.md b/docs/install/manual.md index 4d4b94cb..f06ee529 100644 --- a/docs/install/manual.md +++ b/docs/install/manual.md @@ -24,6 +24,8 @@ Give the user permissions: `chown -R recipes:www-data /var/www/recipes` Create virtual env: `python3 -m venv /var/www/recipes` +Activate virtual env: `source /var/www/recipes/bin/activate` + Install Javascript Tools (nodejs >= 12 required) ```shell ### Just use one of these possibilites!