init
This commit is contained in:
4
bot/init.sh
Normal file
4
bot/init.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
python -m venv wheels
|
||||
source wheels/bin/activate
|
||||
pip install -r bot/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
1
bot/requirements.txt
Normal file
1
bot/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
mcrcon
|
||||
Reference in New Issue
Block a user