This commit is contained in:
azlux
2020-05-28 01:19:22 +02:00
committed by GitHub
parent d3ed96a81a
commit 58b7600cf9

View File

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