From 899aac01d92a95eee45714a8a338d9f78010dd2d Mon Sep 17 00:00:00 2001 From: KOSHIKAWA Kenichi Date: Fri, 14 Jan 2022 00:17:21 +0900 Subject: [PATCH] README.md: add python3-pip and libyaml to dependency Signed-off-by: KOSHIKAWA Kenichi --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9156072..56c1f98 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,7 @@ Getting Started 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 - $ pip install pyelftools + $ 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 ``` 1. Clone this repository with recursive clone enabled.