This commit is contained in:
azlux 2020-05-28 01:19:22 +02:00 committed by GitHub
parent d3ed96a81a
commit 58b7600cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,6 @@ tar -xzf botamusique.tar.gz
cd botamusique cd botamusique
python3 -m venv venv python3 -m venv venv
venv/bin/pip install wheel venv/bin/pip install wheel
venv/bin/pip install -r pymumble/requirements.txt
venv/bin/pip install -r requirements.txt venv/bin/pip install -r requirements.txt
``` ```