6 lines
130 B
Batchfile
6 lines
130 B
Batchfile
@echo off
|
|
echo 启动树萌芽の作品集后端服务...
|
|
cd backend
|
|
python app.py
|
|
pause
|
|
python -m pip install -r requirements.txt |