From: W. Trevor King Date: Tue, 1 Jan 2013 12:16:57 +0000 (-0500) Subject: swc-installation-test-1.py: Give suggested install hints X-Git-Url: http://git.tremily.us/?p=swc-setup-installation-test.git;a=commitdiff_plain;h=a5200a84c1c8007f53aefb06b859d15bd5803a12 swc-installation-test-1.py: Give suggested install hints This can link to the "howto setup Python" notes from SWC once those get a more precise link than: http://software-carpentry.org/setup/ --- diff --git a/swc-installation-test-1.py b/swc-installation-test-1.py index 148f614..3809320 100755 --- a/swc-installation-test-1.py +++ b/swc-installation-test-1.py @@ -41,3 +41,5 @@ if __name__ == '__main__': print('Passed') else: print('Failed') + print('Install a current version of Python!') + print('http://www.python.org/download/releases/2.7.3/#download')