Skip to content
Snippets Groups Projects
Commit 02c52af1 authored by David Trattnig's avatar David Trattnig
Browse files

Update readme for Python 3.7 installation.

parent ec589080
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ git clone https://gitlab.servus.at/autoradio/engine ...@@ -61,7 +61,7 @@ git clone https://gitlab.servus.at/autoradio/engine
```bash ```bash
sudo apt install \ sudo apt install \
git \ git \
python3 python3-pip \ python3.7 python3.7-pip python3.7-dev \
redis-server \ redis-server \
liquidsoap liquidsoap-plugin-icecast \ liquidsoap liquidsoap-plugin-icecast \
mariadb-server libmariadbclient-dev \ mariadb-server libmariadbclient-dev \
...@@ -73,7 +73,7 @@ sudo apt install \ ...@@ -73,7 +73,7 @@ sudo apt install \
**Install Python Packages:** **Install Python Packages:**
```bash ```bash
sudo pip3 install -r requirements.txt ./install.sh
``` ```
**Setup Database:** **Setup Database:**
...@@ -102,7 +102,6 @@ your time to carefully review those settings! ...@@ -102,7 +102,6 @@ your time to carefully review those settings!
Read more about detailed settings in the [Configuration Guide](docs/configuration-guide.md). Read more about detailed settings in the [Configuration Guide](docs/configuration-guide.md).
## Start the Engine ## Start the Engine
To start the AuRa Engine execute: To start the AuRa Engine execute:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment