From: Ethan White Date: Sun, 4 May 2014 17:56:45 +0000 (-0400) Subject: Add indication that the Windows installer is running X-Git-Tag: v0.1~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f6cd124ae45e85213810898f94a20d29ec3ef8a;p=swc-setup-windows-installer.git Add indication that the Windows installer is running The Windows installer opens a shell while running. This adds some text to that shell so that it is clear that something is happening. --- diff --git a/swc-windows-installer.py b/swc-windows-installer.py index 5cf132d..9af86e7 100755 --- a/swc-windows-installer.py +++ b/swc-windows-installer.py @@ -220,4 +220,5 @@ def main(): if __name__ == '__main__': + print("Preparing your Software Carpentry awesomeness!") main()