From 928fb2a4b0be3ff077cea6e564429750c179ed7d Mon Sep 17 00:00:00 2001 From: Michael Kruger Date: Mon, 15 Jun 2020 11:38:41 +0200 Subject: [PATCH] Missing neobolt Dep --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index c4b435a..bd5742f 100755 --- a/INSTALL +++ b/INSTALL @@ -18,7 +18,7 @@ function install(){ APT_DEPS=("nodejs" "npm" "python3-pip" "procps" "git") PY_DEPS=("argparse" "awscli-local" "boto3" "neo4j" - "configparser" "git-python") + "neobolt" "configparser" "git-python") # Ensure dependencies are met for dep in ${DEPS[*]}; do