Skip to content

Commit d2708a6

Browse files
authored
Adding most basic bbfreeze code
1 parent 88b5223 commit d2708a6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/shipping/freezing.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,13 @@ bbFreeze
7070

7171
Prerequisite is to install :ref:`Python, Setuptools and pywin32 dependency on Windows <install-windows>`.
7272

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()
7480
7581
py2exe
7682
~~~~~~

0 commit comments

Comments
 (0)