summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/nexus-tutorial.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index d20fb7a4..7094eafd 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -19,6 +19,13 @@ steps in "Setting up the Sandbox".
Installing LibEuFin
===================
+LibEuFin has the following run-time dependencies:
+
+* OpenJDK 11
+* Python 3.8
+* python3-click (can be installed via ``pip3 install click``)
+* python3-requests (can be installed via ``pip3 install requests``)
+
Downloading prebuilt binaries
-----------------------------