File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ python -c "import sys; print(sys.version_info[:2])" > version.txt
2020set /p version = < version.txt
2121IF " %version% " LSS " 3.10" (
2222 echo Your version of Python is not supported. Please install Python 3.10
23+ echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
2324 pause
2425)
2526IF " %version% " GEQ " 3.11" (
2627 echo Your version of Python is not supported. Please install Python 3.10
28+ echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
2729 pause
2830)
2931
Original file line number Diff line number Diff line change @@ -17,10 +17,12 @@ python -c "import sys; print(sys.version_info[:2])" > version.txt
1717set /p version = < version.txt
1818IF " %version% " LSS " 3.10" (
1919 echo Your version of Python is not supported. Please install Python 3.10
20+ echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
2021 pause
2122)
2223IF " %version% " GEQ " 3.11" (
2324 echo Your version of Python is not supported. Please install Python 3.10
25+ echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
2426 pause
2527)
2628
Original file line number Diff line number Diff line change 1+ (3, 11)
You can’t perform that action at this time.
0 commit comments