From 8ec57e7cf04fe1f1ef505890c7c5db91b2d1a4c7 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Tue, 10 Dec 2024 21:12:41 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e2b33c1..d923a34 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ git clone https://github.com/vmario89/fabaccess-users-toml-ldap.git cd /opt/fabinfra/scripts/fabaccess-users-toml-ldap/ chmod +x /opt/fabinfra/scripts/fabaccess-users-toml-ldap/main.py + +python3 -m venv env +. env/bin/activate #activate venv +pip install -r requirements.txt + chown -R bffh:bffh /opt/fabinfra/scripts/fabaccess-users-toml-ldap/ ```