From bfa052c6eb033abb66e0608c31e5c5ffc9ac5213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20Vrzi=C4=87?= Date: Wed, 29 Jul 2020 11:50:14 +0200 Subject: [PATCH] Remove reference to Python 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 008eaba..c27e639 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ node-blake2 was tested to work on Prerequisites for building on Windows --- -On Windows, first install [Python 2.7.16](https://www.python.org/downloads/release/python-2716/) so that node-gyp works. +Python is required by [node-gyp](https://github.com/nodejs/node-gyp). You will also need [build tools from Visual Studio 2015](https://github.com/felixrieseberg/windows-build-tools).