Review of readme_template.md
authorfunilrys <redacted>
Sat, 3 Mar 2018 20:09:45 +0000 (21:09 +0100)
committerfunilrys <redacted>
Sat, 3 Mar 2018 20:09:45 +0000 (21:09 +0100)
Please note that this patch mothe the unit tests paragraph after dependencies installation.

readme_template.md

index 26952bfe485986ff8815ef2db7394d9975fa4c55..6d9b8f7372bdacc98925500195cc77777fd4313b 100644 (file)
@@ -39,10 +39,6 @@ folders.
 
 ## Generate your own unified hosts file
 
-To run unit tests, in the top level directory, just run:
-
-    python testUpdateHostsFile.py
-
 **Note** if you are using Python 3, please install the dependencies with:
 
     pip3 install --user -r requirements.txt
@@ -53,6 +49,10 @@ To run unit tests, in the top level directory, just run:
 
 **Note** we recommend the `--user` flag which installs the required dependencies at the user level. More information about it can be found on pip [documentation](https://pip.pypa.io/en/stable/reference/pip_install/?highlight=--user#cmdoption-user).
 
+To run unit tests, in the top level directory, just run:
+
+    python testUpdateHostsFile.py
+
 The `updateHostsFile.py` script, which is Python 2.7 and Python 3-compatible,
 will generate a unified hosts file based on the sources in the local `data/`
 subfolder.  The script will prompt you whether it should fetch updated
git clone https://git.99rst.org/PROJECT