Fix lite raspbian install

#45
This commit is contained in:
azlux 2019-04-09 16:26:28 +02:00 committed by GitHub
parent cad403d225
commit db703f5e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,7 @@ You can enable the web interface into the configuration.ini file.
Example installation commands for Debian and Ubuntu: Example installation commands for Debian and Ubuntu:
``` ```
apt install python3-venv apt install python3-venv ffmpeg libjpeg-dev
apt install ffmpeg
git clone --recurse-submodules https://github.com/azlux/botamusique.git git clone --recurse-submodules https://github.com/azlux/botamusique.git
cd botamusique cd botamusique
python3 -m venv venv python3 -m venv venv