Skip to content

bpo-39186 Update windows installer instructions for git #17792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Tools/msi/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Tools/msi/buildrelease.bat script and environment variables:

set PYTHON=<path to Python 2.7 or 3.4>
set SPHINXBUILD=<path to sphinx-build.exe>
set PATH=<path to Mercurial (hg.exe)>;
set PATH=<path to Git (git.exe)>;
<path to HTML Help Compiler (hhc.exe)>;%PATH%

buildrelease.bat [-x86] [-x64] [-D] [-B]
Expand Down Expand Up @@ -106,7 +106,7 @@ Tools/msi/buildrelease.bat script:

set PYTHON=<path to Python 2.7 or 3.4>
set SPHINXBUILD=<path to sphinx-build.exe>
set PATH=<path to Mercurial (hg.exe)>;
set PATH=<path to Git (git.exe)>;
<path to HTML Help Compiler (hhc.exe)>;%PATH%

buildrelease.bat [-x86] [-x64] [-D] [-B]
Expand All @@ -131,7 +131,7 @@ installer. Official releases of Python must be signed.

Ensure %PYTHON% and %SPHINXBUILD% are set when passing this option. You
may also set %HTMLHELP% to the Html Help Compiler (hhc.exe), or put HHC
on your PATH or in externals/. You will also need Mercurial (hg.exe) on
on your PATH or in externals/. You will also need Git (git.exe) on
your PATH.

If WiX is not found on your system, it will be automatically downloaded
Expand Down