lydia-discord-bot/setup.sh

9 lines
242 B
Bash
Raw Normal View History

2020-08-15 20:00:20 +02:00
apt-get install python3
apt-get install python3-distutils
apt-get install wget
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
python3 -m pip install coffeehouse
python3 -m pip install discord.py
2020-08-15 21:03:59 +02:00
python3 -m pip install pysqlite3