File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,14 @@ for more information.
37
37
38
38
Bundling gen_erate for Windows
39
39
******************************
40
- TODO
41
40
42
- **gen_erate.exe ** may be produced by issuing the following command
43
- on a windows machine where python, ply and pyrsl are installed:
41
+ **gen_erate.exe ** may be produced by issuing the following commands from the
42
+ root of the repository on a Windows machine where `` python3 `` is installed:
44
43
45
44
::
46
45
47
- $ python setup.py py2exe -O2 -c -b1 -p xtuml,rsl
46
+ $ python -m pip install pyinstaller
47
+ $ python -m pip install .
48
+ $ pyinstaller gen_erate.spec
48
49
49
- Note that binaries produced by py2exe depend on MSVCR90.dll which is distributed
50
- with the `Microsoft Visual C++ 2008 Redistributable Package
51
- <https://www.microsoft.com/en-us/download/details.aspx?id=29> `__
50
+ More details on the usage of ``pyinstaller `` can be found `here <https://pyinstaller.org/en/stable/ >`__.
You can’t perform that action at this time.
0 commit comments