mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-31 20:42:27 +00:00
9 lines
128 B
Batchfile
9 lines
128 B
Batchfile
@echo off
|
|
python python_version_check.py
|
|
if ERRORLEVEL 1 (
|
|
pause
|
|
exit
|
|
)
|
|
python -m pip install -r requirements.txt
|
|
pause
|