bootstrap

This commit is contained in:
tavo-wasd 2024-03-30 21:52:19 -06:00
parent 9508048a33
commit afbd410371

7
bootstrap.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/sh
python -m venv ./
. ./bin/activate
pip install discord
pip install PyNaCl
pip install fuzzywuzzy