diff --git a/README.md b/README.md index e1d3bab..bd27dce 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,12 @@ In addition to the host, you will want to pre-install the following packages: * libjson-perl * git * grub-pc-bin +* python3-pip +* python3-venv * squashfs-tools * unzip -``` % sudo apt install build-essential debootstrap git grub-pc-bin squashfs-tools unzip``` +``` % sudo apt install build-essential debootstrap git grub-pc-bin python3-pip python3-venv squashfs-tools unzip``` ## Usage