From 84e4dc1e0bba69cd95dfd855181f26c65bfe3b10 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Fri, 22 Jan 2021 21:45:51 -0500 Subject: [PATCH] The Python 3.5+ constraint is now mentioned only under 'Generate your own...' --- readme_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme_template.md b/readme_template.md index 1fe2ed818..8eaf23884 100644 --- a/readme_template.md +++ b/readme_template.md @@ -1,7 +1,6 @@ ---- **Take Note!** -* This version of the Hosts file generator, and tests, are for Python 3.5+ only. * With the exception of issues and PRs regarding changes to `hosts/data/StevenBlack/hosts`, all other issues regarding the content of the produced hosts files should be made with the appropriate data source that contributed the content in question. The contact information for all of the data sources can be found in the `hosts/data/` directory. ---- @@ -86,6 +85,7 @@ docker run -it (containerid) bash To generate your own amalgamated hosts files you will need Python 3.5 or later. + First, install the dependencies with: ```sh