From afbd4103714ed5152245c6626422ccf346441538 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sat, 30 Mar 2024 21:52:19 -0600 Subject: [PATCH] bootstrap --- bootstrap.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bootstrap.sh 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