Add babel to requirements

This commit is contained in:
Jason Rhinelander 2020-08-17 23:28:16 -03:00
parent 0bee29b5ca
commit 71c36169bc
1 changed files with 1 additions and 1 deletions

View File

@ -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`.