The Python 3.5+ constraint is now mentioned only under 'Generate your own...'

This commit is contained in:
Steven Black
2021-01-22 21:45:51 -05:00
parent 5c38598d2d
commit 84e4dc1e0b

View File

@@ -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