Show More
@@ -34,7 +34,7 b' From the prompt, change to the Mercurial' | |||
|
34 | 34 | Next, invoke ``packaging.py`` to produce an Inno installer. You will |
|
35 | 35 | need to supply the path to the Python interpreter to use.:: |
|
36 | 36 | |
|
37 |
$ py |
|
|
37 | $ py -3 contrib\packaging\packaging.py \ | |
|
38 | 38 | inno --python c:\python27\python.exe |
|
39 | 39 | |
|
40 | 40 | .. note:: |
@@ -40,7 +40,7 b' From the prompt, change to the Mercurial' | |||
|
40 | 40 | Next, invoke ``packaging.py`` to produce an MSI installer. You will need |
|
41 | 41 | to supply the path to the Python interpreter to use.:: |
|
42 | 42 | |
|
43 |
$ py |
|
|
43 | $ py -3 contrib\packaging\packaging.py \ | |
|
44 | 44 | wix --python c:\python27\python.exe |
|
45 | 45 | |
|
46 | 46 | .. note:: |
General Comments 0
You need to be logged in to leave comments.
Login now