From caf0a99341998d8700e8807e42d7b59342ae25a9 Mon Sep 17 00:00:00 2001 From: Christian Willsm Date: Sun, 28 Nov 2021 13:57:43 +0100 Subject: [PATCH] create venv --- BYCEPS-Instalation.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/BYCEPS-Instalation.md b/BYCEPS-Instalation.md index af76cca..a5ef268 100644 --- a/BYCEPS-Instalation.md +++ b/BYCEPS-Instalation.md @@ -3,7 +3,7 @@ BYCEPS Instalation # root user ```bash -$ groupadd byceps +$ addgroup byceps $ usermod -a -G byceps USER ``` @@ -26,7 +26,11 @@ $ git clone https://github.com/byceps/byceps.git ``` ```bash -$ $ . ./venv/bin/activate +python3 -m venv --system-site-packages venv +``` + +```bash +$ . ./venv/bin/activate ``` ```bash