diff --git a/README.md b/README.md index 13f8cff..50857a1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ How to use: ```cd /opt && git clone https://git.pixelhosting.nl/Blackwhitebear8/createvm-web.git && cd createvm-web``` -```apt install python3 libguestfs-tools jq``` +```apt install python3 libguestfs-tools jq pip``` ```pip install flask``` ```chmod +x create.sh``` ```cp createvm.service /etc/systemd/system/createvm.service```