##// END OF EJS Templates
packaging: replace a documentation reference to `python3` on Windows...
Matt Harbison -
r47179:e933e661 stable
parent child Browse files
Show More
@@ -34,7 +34,7 b' From the prompt, change to the Mercurial'
34 Next, invoke ``packaging.py`` to produce an Inno installer. You will
34 Next, invoke ``packaging.py`` to produce an Inno installer. You will
35 need to supply the path to the Python interpreter to use.::
35 need to supply the path to the Python interpreter to use.::
36
36
37 $ python3.exe contrib\packaging\packaging.py \
37 $ py -3 contrib\packaging\packaging.py \
38 inno --python c:\python27\python.exe
38 inno --python c:\python27\python.exe
39
39
40 .. note::
40 .. note::
@@ -40,7 +40,7 b' From the prompt, change to the Mercurial'
40 Next, invoke ``packaging.py`` to produce an MSI installer. You will need
40 Next, invoke ``packaging.py`` to produce an MSI installer. You will need
41 to supply the path to the Python interpreter to use.::
41 to supply the path to the Python interpreter to use.::
42
42
43 $ python3 contrib\packaging\packaging.py \
43 $ py -3 contrib\packaging\packaging.py \
44 wix --python c:\python27\python.exe
44 wix --python c:\python27\python.exe
45
45
46 .. note::
46 .. note::
General Comments 0
You need to be logged in to leave comments. Login now