From a3ea45b9491f8ed82a12381646793221c05193a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 17 Oct 2025 14:54:20 +0200 Subject: [PATCH] changes --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 439a3f7..37e8112 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ This guide explains how to deploy **PVE HA Web Panel** on a Proxmox host or any --- +## 0) Install python3-venv + +```bash +apt install python3-venv +``` + ## 1) Create directory ```bash