From 87178bd78d5a562679cb0c3a2c306287ffbe8a11 Mon Sep 17 00:00:00 2001 From: Michael Gray Date: Sun, 30 Aug 2020 22:21:15 +1000 Subject: [PATCH] Add note about Python to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dedbf675b9..fdcb85a262 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ The following prerequisites assume a 64bit Ubuntu system. Many devs use virtual sudo apt-get install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo npm ``` +**NOTE** Python is also required and needs to be in your path. Python 3 is recommended. For Ubuntu users, it is recommended to install `python-is-python3` to solve this issue automatically. + ### Get the source You've already found it if you're reading this, but lets get it on your local machine. Choose one of the following commands depending on whether you want to use SSH or HTTPS authentication: