summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSean Gillespie <segilles@microsoft.com>2016-01-04 11:15:01 -0800
committerSean Gillespie <segilles@microsoft.com>2016-01-05 09:59:42 -0800
commitaa51af92b293359d141bdcd737c7db5b2a90bdf8 (patch)
treeb9edb93c2d8aec47b3c16ee0ecb369288ce3302d /Documentation
parent85f256e9b41cac20834d9695675e3ac8694454f9 (diff)
downloadcoreclr-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.md3
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.