调整bat,
This commit is contained in:
@@ -1,13 +1,11 @@
|
|||||||
@echo off
|
@echo off
|
||||||
cd /d F:\python\WeChatRobot
|
cd /d F:\python\WeChatRobot
|
||||||
|
|
||||||
echo [INFO] 拉取最新代码...
|
echo [INFO] Pulling latest code...
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
echo [INFO] 安装 Python 依赖...
|
echo [INFO] Installing Python dependencies...
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
echo [INFO] 启动应用...
|
echo [INFO] Starting application...
|
||||||
python F:\python\WeChatRobot\main.py -c 8
|
start python F:\python\WeChatRobot\main.py -c 8
|
||||||
|
|
||||||
pause
|
|
||||||
|
|||||||
Reference in New Issue
Block a user