diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-05-17 15:02:14 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-05-17 15:02:14 -0700 |
commit | b535c699af8cb0dada006470fe9cb4cb749585ff (patch) | |
tree | 57c612fee30483697cfac8873b7da319f9a94891 /python/BuildInstructionsWindows.md | |
parent | Fixed ICE-7880 - renamed HeartbeatOnInvocation to HeartbeatOnDispatch (diff) | |
download | ice-b535c699af8cb0dada006470fe9cb4cb749585ff.tar.bz2 ice-b535c699af8cb0dada006470fe9cb4cb749585ff.tar.xz ice-b535c699af8cb0dada006470fe9cb4cb749585ff.zip |
ICE-7442 - reorganizing Python installation
Diffstat (limited to 'python/BuildInstructionsWindows.md')
-rw-r--r-- | python/BuildInstructionsWindows.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/BuildInstructionsWindows.md b/python/BuildInstructionsWindows.md index e4c100ed60d..a41d1a5a091 100644 --- a/python/BuildInstructionsWindows.md +++ b/python/BuildInstructionsWindows.md @@ -36,7 +36,7 @@ can open one of: - VS2015 x64 Native Tools Command Prompt Using the first Command Prompt produces `Win32` binaries by default, while -the second Command Promt produces `x64` binaries by default. +the second Command Prompt produces `x64` binaries by default. In the Command Prompt, change to the `python` subdirectory: |