From 94a9f11548f6d0106349ba287ae070f56e3f35cf Mon Sep 17 00:00:00 2001 From: Chandrika Date: Wed, 4 Oct 2023 14:00:16 -0700 Subject: [PATCH] update for issue 3124 update for issue #3124 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f44c25242e..ab37ef8781 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,10 @@ You can deactivate the environment at any time by running `deactivate`. ###### Install Erlang pre-requisites ```shell sudo apt-get update -sudo apt-get install -y gnupg apt-transport-https libsctp1 +sudo apt-get install -y gnupg apt-transport-https libsctp1 libncurses5 ``` +Please note there could be other pre-requisites that erlang requires based on the version of Erlang and OS. If there are other pre-requisites required, +install of erlang should fail with appropriate error message. ###### Purge previous versions of Erlang ```shell