From e3a6d2ea60d7c662125ce82110d4ffa1e11e7e08 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Mon, 9 Dec 2024 16:12:26 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50857a1..50b8206 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ How to use: ```cd /opt && git clone https://git.pixelhosting.nl/Blackwhitebear8/createvm-web.git && cd createvm-web``` -```apt install python3 libguestfs-tools jq pip``` +```apt install python3 python3-venv libguestfs-tools jq pip``` +```source .venv/bin/activate``` ```pip install flask``` +```deactivate``` ```chmod +x create.sh``` ```cp createvm.service /etc/systemd/system/createvm.service``` ```systemctl daemon-reload```