From 30850be68e03cd35e650a0a73a4fcb91644e2a19 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Thu, 9 Dec 2021 00:02:51 +0100 Subject: [PATCH] Document python3 as a requirement. It's pulled in via vmdb2 at least, but let's be explicit. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58caf08..1db8c7b 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,11 @@ Debian Bullseye (11) or higher system: * qemu-user-static * time * vmdb2 (>= 0.17) +* python3 To install these (as root): ```shell - apt install -y vmdb2 dosfstools qemu-utils qemu-user-static debootstrap binfmt-support time kpartx bmap-tools + apt install -y vmdb2 dosfstools qemu-utils qemu-user-static debootstrap binfmt-support time kpartx bmap-tools python3 apt install -y fakemachine ```