Trypo error

This commit is contained in:
azlux
2018-06-01 00:52:50 +02:00
parent 7057252420
commit 0b97dbdad7
5 changed files with 7 additions and 31 deletions

View File

@ -24,12 +24,10 @@ The main folder need to be declare into the config (with a '/' at the end)
commands (don't forget the sudo mode):
```
apt-get install python3-pip
pip3 install opuslib
pip3 install protobuf
pip3 install flask
apt-get install ffmpeg
git clone --recurse-submodules https://github.com/azlux/botamusique.git
cd ./botamusique
pip3 install -r requirements.txt
chmod +x ./mumbleBot.py
```