| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 88b5223 commit d2708a6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -70,7 +70,13 @@ bbFreeze | |||
| 70 | 70 | ||
| 71 | 71 | Prerequisite is to install :ref:`Python, Setuptools and pywin32 dependency on Windows <install-windows>`. | |
| 72 | 72 | ||
| 73 | - .. todo:: Write steps for most basic .exe | ||
| 73 | + .. code-block:: python | ||
| 74 | + | ||
| 75 | + from bbfreeze import Freezer | ||
| 76 | + | ||
| 77 | + freezer = Freezer('script') | ||
| 78 | + freezer.addScript('foobar.py') | ||
| 79 | + freezer() | ||
| 74 | 80 | ||
| 75 | 81 | py2exe | |
| 76 | 82 | ~~~~~~ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments