stream-discord-bot/install.sh
Roy Olav Purser 29eae47855
All checks were successful
continuous-integration/drone Build is passing
V1
2024-05-25 16:58:06 +02:00

9 lines
168 B
Bash

#!/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'