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```