From 02c52af125843f15935a4f34ccf1e439231c1b77 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Thu, 27 Feb 2020 16:01:25 +0100
Subject: [PATCH] Update readme for Python 3.7 installation.

---
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c712ac13..b346f45a 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ git clone https://gitlab.servus.at/autoradio/engine
 ```bash
 sudo apt install \
     git \
-    python3 python3-pip \
+    python3.7 python3.7-pip python3.7-dev \
     redis-server \
     liquidsoap liquidsoap-plugin-icecast \
     mariadb-server libmariadbclient-dev \
@@ -73,7 +73,7 @@ sudo apt install \
 **Install Python Packages:**
 
 ```bash
-sudo pip3 install -r requirements.txt
+./install.sh
 ```
 
 **Setup Database:**
@@ -102,7 +102,6 @@ your time to carefully review those settings!
 
 Read more about detailed settings in the [Configuration Guide](docs/configuration-guide.md).
 
-
 ## Start the Engine
 
 To start the AuRa Engine execute:
-- 
GitLab