Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neurogen-dev committed Sep 15, 2023
1 parent d32f43d commit 3e973d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ python -c "import sys; print(sys.version_info[:2])" > version.txt
set /p version=<version.txt
IF "%version%" LSS "3.10" (
echo Your version of Python is not supported. Please install Python 3.10
echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
pause
)
IF "%version%" GEQ "3.11" (
echo Your version of Python is not supported. Please install Python 3.10
echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
pause
)

Expand Down
2 changes: 0 additions & 2 deletions start_endpoint.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ python -c "import sys; print(sys.version_info[:2])" > version.txt
set /p version=<version.txt
IF "%version%" LSS "3.10" (
echo Your version of Python is not supported. Please install Python 3.10
echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
pause
)
IF "%version%" GEQ "3.11" (
echo Your version of Python is not supported. Please install Python 3.10
echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
pause
)

Expand Down

0 comments on commit 3e973d5

Please sign in to comment.