diff options
author | Sean Gillespie <segilles@microsoft.com> | 2016-01-04 11:15:01 -0800 |
---|---|---|
committer | Sean Gillespie <segilles@microsoft.com> | 2016-01-05 09:59:42 -0800 |
commit | aa51af92b293359d141bdcd737c7db5b2a90bdf8 (patch) | |
tree | b9edb93c2d8aec47b3c16ee0ecb369288ce3302d /Documentation | |
parent | 85f256e9b41cac20834d9695675e3ac8694454f9 (diff) | |
download | coreclr-aa51af92b293359d141bdcd737c7db5b2a90bdf8.tar.gz coreclr-aa51af92b293359d141bdcd737c7db5b2a90bdf8.tar.bz2 coreclr-aa51af92b293359d141bdcd737c7db5b2a90bdf8.zip |
python3-ize the ETW setup scripts
python3-ize LTTNG generating code
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/building/windows-instructions.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md index fd4f3de3d0..0278010dbc 100644 --- a/Documentation/building/windows-instructions.md +++ b/Documentation/building/windows-instructions.md @@ -33,7 +33,8 @@ The CoreCLR build relies on CMake for the build. We are currently using CMake 3. Python --------- -Python is used in the build system. We are currently using python 2.7.9. +Python is used in the build system. We are currently using python 2.7.9, although +any recent (2.4+) version of Python should work, including Python 3. - Install [Python](https://www.python.org/downloads/) for Windows. - Add it to the PATH environment variable. |