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