Document python3 as a requirement.
It's pulled in via vmdb2 at least, but let's be explicit.
This commit is contained in:
parent
773d24900d
commit
30850be68e
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue