mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01: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
|