From 05e0e5baebef27bdd6f35ec33125f07441fa3c0b Mon Sep 17 00:00:00 2001 From: StevenBlack Date: Mon, 13 Aug 2018 21:06:09 -0400 Subject: [PATCH] Update the reame_template for Python 3. --- readme_template.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/readme_template.md b/readme_template.md index 9d229928f..ed41be932 100644 --- a/readme_template.md +++ b/readme_template.md @@ -1,7 +1,5 @@ ---- -**Take Note!** We are in the process of [dropping support for Python 2.7](https://github.com/StevenBlack/hosts/issues/729). - -Soon, to self-generate hosts files, you'll need to use Python 3. +**Take Note!** This version of the Hosts file generator, and tests, are for Python 3.7+ only. ---- @@ -63,7 +61,7 @@ Data for extensions is stored in the [`extensions`](https://github.com/StevenBla ## Generate your own unified hosts file -**Note** if you are using Python 3, please install the dependencies with: +First install the dependencies with: pip3 install --user -r requirements.txt