From db703f5e98718ca6848fee344f99bcceb7de935a Mon Sep 17 00:00:00 2001 From: azlux Date: Tue, 9 Apr 2019 16:26:28 +0200 Subject: [PATCH] Fix lite raspbian install #45 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fa29565..da5f0c6 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,7 @@ You can enable the web interface into the configuration.ini file. Example installation commands for Debian and Ubuntu: ``` -apt install python3-venv -apt install ffmpeg +apt install python3-venv ffmpeg libjpeg-dev git clone --recurse-submodules https://github.com/azlux/botamusique.git cd botamusique python3 -m venv venv