From 6c7c10adfb301214b64c698d2874828c7a809361 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Wed, 14 Jul 2021 15:21:12 +0300 Subject: Add 'python3-distutils' to the prerequested packages Signed-off-by: Konstantin Aladyshev --- Lessons/Lesson_00/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Lessons') diff --git a/Lessons/Lesson_00/README.md b/Lessons/Lesson_00/README.md index a45b5ae..3c94e9a 100644 --- a/Lessons/Lesson_00/README.md +++ b/Lessons/Lesson_00/README.md @@ -10,6 +10,11 @@ This is how you install these packages in Ubuntu: $ sudo apt-get install -y nasm iasl uuid-dev python3 ``` +Also it might be necessary to install `python3-distutils` package: +``` +$ sudo apt-get install -y python3-distutils +``` + Then it is necessary to clone edk2 repo and update all its submodules: ``` $ git clone https://github.com/tianocore/edk2 -- cgit v1.2.3-18-g5258