From 98b2abbf7749e41e555643b9fe1e252b11beac92 Mon Sep 17 00:00:00 2001 From: yakamok <38737288+yakamok@users.noreply.github.com> Date: Wed, 21 Nov 2018 20:09:00 +0100 Subject: [PATCH] added python dependencies list --- api/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/README.md b/api/README.md index 3021cb7..1be5f4b 100644 --- a/api/README.md +++ b/api/README.md @@ -4,6 +4,12 @@ Niflheim-api provides both a web interface and an api. The web interface is used ## Install & Setup +__python dependancies:__ + +flask +flask_restful +psycopg2 + Configure niflheim-api.py to use the Postgres databse you setup for vserv.py. __So open niflheim-api.py:__