V1
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2024-05-25 16:58:06 +02:00
commit 29eae47855
6 changed files with 87 additions and 0 deletions

8
install.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env sh
python3 -m venv /app/venv
source /app/venv/bin/activate
pip3 install --upgrade pip
pip3 install --upgrade wheel
pip3 install --upgrade 'discord.py'