Skip to content

Commit f62e38e

Browse files
Update README.md to mention Python (#1121)
Python 2.7 is required on Windows to install dependencies. I am assuming it is required on other platforms too, but since npm itself requires it on Linux, and I don't have a spare Mac to verify, I can't say for sure.
1 parent 4d90180 commit f62e38e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ The C# extension now supports basic debugging capabilities! See http://aka.ms/vs
5353
First install:
5454
* Node.js (newer than 4.3.1)
5555
* Npm (newer 2.14.12)
56+
* Python 2.7
5657

5758
In case you get a *node-gyp* error [follow the instrutions here](https://github.com/nodejs/node-gyp/blob/master/README.md) to fix it. The *vscode-textmate* package pulls in a native node dependency and those instructions will set up the node build tool which deals with those.
5859

0 commit comments

Comments
 (0)