From 1109eeef803cc8563d70bbde8a5edcebda3f6d06 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Tue, 16 Feb 2016 11:01:43 -0500 Subject: [PATCH] Clarify different calls for Python 2.7 and Python 3. --- readme_template.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: