From 715dfef72d8cb14d96047dddbd73ffac48229e37 Mon Sep 17 00:00:00 2001 From: jpattWPC Date: Wed, 8 Mar 2023 09:14:43 -0600 Subject: [PATCH] Add python3-tk to apt install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16307c4..2495fbe 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ you will need to download the latest 3.10 python release, and run the following Run the following commands on a Debian/Ubuntu Linux system to install the appropriate prerequisites - apt install python3-pip virt-viewer git + apt install python3-pip python3-tk virt-viewer git git clone https://github.com/joshpatten/PVE-VDIClient.git cd ./PVE-VDIClient/ chmod +x requirements.sh