From 71c36169bc9b28616e9784655d6afac503008315 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Mon, 17 Aug 2020 23:28:16 -0300 Subject: [PATCH] Add babel to requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66bf243..9400dec 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Quick and dirty setup instructions for now: make -j6 cd ../.. ln -s pylokimq/build/pylokimq/pylokimq.cpython-*.so . - sudo apt install python3-flask + sudo apt install python3-flask python3-babel You'll also need to run lokid with `--lmq-local-control ipc:///path/to/loki-observer/mainnet.sock`.