This commit is contained in:
tavo-wasd 2024-03-30 22:01:14 -06:00
parent afbd410371
commit 1e3db3a09f

View file

@ -1,7 +1,9 @@
#!/bin/sh
python -m venv ./
. ./bin/activate
pip install discord
pip install PyNaCl
pip install fuzzywuzzy
(cd "$( dirname -- "$0" )" ;
python -m venv ./ ;
. ./bin/activate ;
pip install discord ;
pip install PyNaCl ;
pip install fuzzywuzzy ;
)