From cd9f5888bba70043a8506b168afc21382d6d713a Mon Sep 17 00:00:00 2001 From: Jan Bernatik Date: Sun, 22 Oct 2023 18:36:49 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31dc9b52..ccfe038a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The builds generated by this repository are for development purposes. THESE ARE In Ubuntu, you should install the following packages: ``` -sudo apt update && apt-get -y install build-essential git wget cmake \ +sudo apt update && sudo apt-get -y install build-essential git wget cmake \ libssl-dev libgmp-dev autoconf libtool ``` From e7b8028da829288a812585fda0a5bbe8fab480ca Mon Sep 17 00:00:00 2001 From: Jan Bernatik Date: Sun, 22 Oct 2023 18:42:50 +0200 Subject: [PATCH 2/2] adding pip install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccfe038a..bea87113 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ In Ubuntu, you should install the following packages: ``` sudo apt update && sudo apt-get -y install build-essential git wget cmake \ -libssl-dev libgmp-dev autoconf libtool +libssl-dev libgmp-dev autoconf libtool pip ``` - Install `node > v16.10.0`. We typically recommend using `n` for node version management. (This is used to run emulation tests)