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
|
||||
|
||||
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 ;
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue