From ad9c3c80b2e72161aa94caad3a797fe555e3641b Mon Sep 17 00:00:00 2001 From: Steven Black Date: Wed, 5 Sep 2018 23:31:52 -0400 Subject: [PATCH] Add Python 3.7 requirement clarification to the readme_template. --- readme_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme_template.md b/readme_template.md index aba6aeb32..09c485c06 100644 --- a/readme_template.md +++ b/readme_template.md @@ -61,6 +61,8 @@ Data for extensions is stored in the [`extensions`](https://github.com/StevenBla ## Generate your own unified hosts file +To generate your own unified hosts file you will need Python 3.7 or later. + First install the dependencies with: pip3 install --user -r requirements.txt