From de775a59470bf35f746a851d7ae6da2a39e62f01 Mon Sep 17 00:00:00 2001 From: yakamok <38737288+yakamok@users.noreply.github.com> Date: Wed, 21 Nov 2018 20:13:31 +0100 Subject: [PATCH] Update README.md --- api/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/README.md b/api/README.md index 4304e4a..459dc9e 100644 --- a/api/README.md +++ b/api/README.md @@ -7,9 +7,9 @@ Niflheim-api provides both a web interface and an api. The web interface is used Install the following python packages either via your package manager or Pip: -flask -flask_restful -psycopg2 + flask + flask_restful + psycopg2 Configure niflheim-api.py to use the Postgres databse you setup for vserv.py.