Document python3 as a requirement.

It's pulled in via vmdb2 at least, but let's be explicit.
This commit is contained in:
Cyril Brulebois 2021-12-09 00:02:51 +01:00
parent 773d24900d
commit 30850be68e
1 changed files with 2 additions and 1 deletions

View File

@ -32,10 +32,11 @@ Debian Bullseye (11) or higher system:
* qemu-user-static * qemu-user-static
* time * time
* vmdb2 (>= 0.17) * vmdb2 (>= 0.17)
* python3
To install these (as root): To install these (as root):
```shell ```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 apt install -y fakemachine
``` ```