From d0b971a1d30c0b757674aa45075f5a2044fe66ab Mon Sep 17 00:00:00 2001 From: sean1832 Date: Thu, 23 Feb 2023 21:15:42 +1100 Subject: [PATCH] chore: add clear screen command after venv installed --- setup.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.bat b/setup.bat index f7931f6..333f91b 100644 --- a/setup.bat +++ b/setup.bat @@ -27,6 +27,7 @@ xcopy "example_prompt\*.*" ".user\prompt" /s /i REM wait 2 tick ping 127.0.0.1 -n 2 > NUL +cls python initial_file_creator.py echo Setup complete! Exiting...