Clarify different calls for Python 2.7 and Python 3.
authorSteven Black <redacted>
Tue, 16 Feb 2016 16:01:43 +0000 (11:01 -0500)
committerSteven Black <redacted>
Tue, 16 Feb 2016 16:01:43 +0000 (11:01 -0500)
readme_template.md

index 70d0ab7e4c059172e3614fe44442807b5920b4c3..071d0ec17038509fd2ef97821debec3a1baeb5d9 100644 (file)
@@ -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:
git clone https://git.99rst.org/PROJECT