From: Steven Black Date: Tue, 16 Feb 2016 16:01:43 +0000 (-0500) Subject: Clarify different calls for Python 2.7 and Python 3. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1109eeef803cc8563d70bbde8a5edcebda3f6d06;p=stevenblack-hosts.git Clarify different calls for Python 2.7 and Python 3. --- diff --git a/readme_template.md b/readme_template.md index 70d0ab7e4..071d0ec17 100644 --- a/readme_template.md +++ b/readme_template.md @@ -47,6 +47,12 @@ versions (from locations defined by the update.info text file in each source's f **Usage** +Using Python 3: + + python3 updateHostsFile.py [--auto] [--ip nnn.nnn.nnn.nnn] + +Using Python 2.7: + python updateHostsFile.py [--auto] [--ip nnn.nnn.nnn.nnn] Command line options: