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

View File

@ -34,7 +34,8 @@ Example installation commands for Debian and Ubuntu:
apt install python3-venv apt install python3-venv
apt install ffmpeg 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 python3 -m venv venv cd botamusique
python3 -m venv venv
venv/bin/pip install wheel venv/bin/pip install wheel
venv/bin/pip install -r requirements.txt venv/bin/pip install -r requirements.txt
``` ```