From ba09c1e768a0451b1aff8c8f3157d21e3c2f9a6f Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Wed, 23 Sep 2020 19:45:14 +0200
Subject: [PATCH] Updated system requirements. #17

---
 docs/installation-development.md | 3 +--
 docs/installation-production.md  | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/installation-development.md b/docs/installation-development.md
index 55b20a34..aa38215e 100644
--- a/docs/installation-development.md
+++ b/docs/installation-development.md
@@ -17,8 +17,7 @@
 
 Aura Engine runs on any modern Debian-based OS. It requires at least
 
-- `Node 13`
-- `Python 3.7`
+- `Python 3.7` or `Python 3.8`
 - `git`
 
 Additionally you'll need these system packages:
diff --git a/docs/installation-production.md b/docs/installation-production.md
index f9506a25..2c4c3ee9 100644
--- a/docs/installation-production.md
+++ b/docs/installation-production.md
@@ -18,7 +18,7 @@
 
 Aura Engine runs on any modern Debian-based OS. It requires at least
 
-- `Python 3.7`
+- `Python 3.7` or `Python 3.8`
 - `git`
 
 Additionally you'll need these system packages below.
-- 
GitLab