From 9aebdecc60099fb389440c9f9f112fed4c5a60e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Sat, 3 May 2025 23:13:43 +0300 Subject: [PATCH] Fix progress error --- WINDOWS_INSTALL.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WINDOWS_INSTALL.bat b/WINDOWS_INSTALL.bat index dbe8d6b..c29e37e 100644 --- a/WINDOWS_INSTALL.bat +++ b/WINDOWS_INSTALL.bat @@ -221,7 +221,7 @@ if errorlevel 1 ( :: Install setup requirements echo Installing setup requirements... -%PYTHON_CONSOLE_PATH% -m pip install --upgrade setuptools wheel sphinx hatchling --no-warn-script-location +%PYTHON_CONSOLE_PATH% -m pip install --upgrade setuptools wheel sphinx hatchling progress --no-warn-script-location if errorlevel 1 ( echo Failed to install setup requirements. pause