Ajout du fichier init.sh afin de bien préparer le système
This commit is contained in:
parent
7eac932a4e
commit
683db10f00
1 changed files with 3 additions and 0 deletions
3
init.sh
Normal file
3
init.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#! /bin/bash
|
||||
python3 -m pip install -U discord.py[voice]
|
||||
python3 -m pip install -r requirements.txt
|
Loading…
Reference in a new issue