From fda6228613c8598edded8bf790c46adf203e0046 Mon Sep 17 00:00:00 2001 From: Konstantin Ullrich Date: Tue, 6 Oct 2020 23:28:10 +0200 Subject: [PATCH] Add --vs2015 to windows setup instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 437d4e87a..5ea086af5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ Then you need `git`, if you don't have that yet: https://git-scm.com/ https://www.microsoft.com/en-us/download/details.aspx?id=40773 * Install Windows SDK version 8.1: https://developer.microsoft.com/en-us/windows/downloads/sdk-archive 1. Install _Windows Build Tools_: Open the [Command Prompt (`cmd.exe`) as Administrator]() - and run: `npm install --global --production --add-python-to-path windows-build-tools` + and run: `npm install --vs2015 --global --production --add-python-to-path windows-build-tools` ### Linux