From 7a627c946cf3652f927bca0f5167d7846acc0e21 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 1 Jan 2013 09:56:35 -0500 Subject: [PATCH] swc-installation-test-2.py: Document command line arguments --- swc-installation-test-2.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/swc-installation-test-2.py b/swc-installation-test-2.py index 3de2fdb..b58a89b 100755 --- a/swc-installation-test-2.py +++ b/swc-installation-test-2.py @@ -10,6 +10,16 @@ Run the script and follow the instructions it prints at the end. This script requires at least Python 2.6. You can check the version of Python that you have installed with 'swc-installation-test-1.py'. + +By default, this script will test for all the dependencies your +instructor thinks you need. If you want to test for a different set +of packages, you can list them on the command line. For example: + + python swc-installation-test-2.py git virtual-editor + +This is useful if the original test told you to install a more recent +version of a particular dependency, and you just want to re-test that +dependency. """ from __future__ import print_function # for Python 2.6 compatibility -- 2.26.2