commit f8efd0be852d9f3a72069c3a89850f1bcc7d0eb0 parent 7ec5e10ea0ea131b1ad966e093b910acd776d435 Author: Florian Dold <florian@dold.me> Date: Wed, 13 Jan 2021 23:57:40 +0100 LibEuFin deps Diffstat:
| M | libeufin/nexus-tutorial.rst | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git 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 -----------------------------