From: StevenBlack Date: Tue, 14 Aug 2018 01:06:09 +0000 (-0400) Subject: Update the reame_template for Python 3. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=05e0e5baebef27bdd6f35ec33125f07441fa3c0b;p=stevenblack-hosts.git Update the reame_template for Python 3. --- 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