File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,12 @@ bakefile-X.Y.Z-bin.tar.bz2.
15152. Making Windows distribution
1616------------------------------
1717
18- 1. Install a recent version of Python 2.7 (last tested with 2.7.15).
18+ 1. Install a recent version of Python 2.7 (last tested with 2.7.15) and
19+ make sure Python's Scripts directory (e.g. C:\Python27\Scripts) is in PATH.
1920
20- 2. Make sure Python's Scripts directory (typically C:\Python27\Scripts) is in PATH.
21+ 2. Install PyInstaller v3.6 (latest version compatible with PyInstaller 2.7):
2122
22- 2. Install PyInstaller:
23-
24- $ pip2 install pyinstaller
25-
26- Or to install the 3.4 version these instructions were last tested with:
27-
28- $ pip2 install pyinstaller==3.4
23+ $ pip2 install pyinstaller==3.6
2924
30253. Check that upx and zip are in PATH.
3126
You can’t perform that action at this time.
0 commit comments