bootstrap
This commit is contained in:
parent
9508048a33
commit
afbd410371
1 changed files with 7 additions and 0 deletions
7
bootstrap.sh
Normal file
7
bootstrap.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
python -m venv ./
|
||||
. ./bin/activate
|
||||
pip install discord
|
||||
pip install PyNaCl
|
||||
pip install fuzzywuzzy
|
Loading…
Reference in a new issue