From 914dfcb7040ff6a36c2ae105ae4cbea728ddc881 Mon Sep 17 00:00:00 2001 From: Halcy0nic <42481692+Halcy0nic@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:56:05 -0500 Subject: [PATCH] Update install-windows.bat --- install-windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-windows.bat b/install-windows.bat index 3c775f5..d653dcd 100644 --- a/install-windows.bat +++ b/install-windows.bat @@ -35,5 +35,5 @@ echo Requests==2.31.0 >> requirements.txt pip install -r requirements.txt :: Inform the user that the installation is complete -echo Installation complete. You can now run your application using: python your_script.py +echo Installation complete. You can now run your application using: python app.py pause