diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 0000000..e0f3fc6 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +python -m venv ./ +. ./bin/activate +pip install discord +pip install PyNaCl +pip install fuzzywuzzy