aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lessons/Lesson_00/README.md5
1 files changed, 5 insertions, 0 deletions
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