Document new Python build dependencies

This commit is contained in:
Ryan Moeller
2021-05-10 15:12:26 -04:00
committed by Ryan Moeller
parent 4699ae2f1a
commit c6a6157dfc

View File

@@ -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