README.md: add python3-pip and libyaml to dependency

Signed-off-by: KOSHIKAWA Kenichi <[email protected]>
This commit is contained in:
KOSHIKAWA Kenichi
2022-01-14 00:29:32 +09:00
parent 627b8212ec
commit 899aac01d9
+1 -2
View File
@@ -21,8 +21,7 @@ Getting Started
1. Install dependencies. 1. Install dependencies.
``` ```
$ sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libssl-dev bc lzop qemu-user-static debootstrap kpartx $ sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libssl-dev bc lzop qemu-user-static debootstrap kpartx libyaml-dev python3-pyelftools
$ pip install pyelftools
``` ```
1. Clone this repository with recursive clone enabled. 1. Clone this repository with recursive clone enabled.