Add python3-tk to apt install

This commit is contained in:
jpattWPC 2023-03-08 09:14:43 -06:00
parent fbe00ec782
commit 715dfef72d

View File

@ -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 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 git clone https://github.com/joshpatten/PVE-VDIClient.git
cd ./PVE-VDIClient/ cd ./PVE-VDIClient/
chmod +x requirements.sh chmod +x requirements.sh