We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b5223 commit d2708a6Copy full SHA for d2708a6
docs/shipping/freezing.rst
@@ -70,7 +70,13 @@ bbFreeze
70
71
Prerequisite is to install :ref:`Python, Setuptools and pywin32 dependency on Windows <install-windows>`.
72
73
-.. todo:: Write steps for most basic .exe
+.. code-block:: python
74
+
75
+ from bbfreeze import Freezer
76
77
+ freezer = Freezer('script')
78
+ freezer.addScript('foobar.py')
79
+ freezer()
80
81
py2exe
82
~~~~~~
0 commit comments