cd dir
This commit is contained in:
parent
afbd410371
commit
1e3db3a09f
1 changed files with 7 additions and 5 deletions
12
bootstrap.sh
12
bootstrap.sh
|
@ -1,7 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
python -m venv ./
|
(cd "$( dirname -- "$0" )" ;
|
||||||
. ./bin/activate
|
python -m venv ./ ;
|
||||||
pip install discord
|
. ./bin/activate ;
|
||||||
pip install PyNaCl
|
pip install discord ;
|
||||||
pip install fuzzywuzzy
|
pip install PyNaCl ;
|
||||||
|
pip install fuzzywuzzy ;
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue