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
```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:
......
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