Adding most basic bbfreeze code

This commit is contained in:
Barmaley13
2017-05-15 16:23:15 -06:00
committed by GitHub
parent 88b5223ecd
commit d2708a6b3d
+7 -1
View File
@@ -70,7 +70,13 @@ bbFreeze
Prerequisite is to install :ref:`Python, Setuptools and pywin32 dependency on Windows <install-windows>`.
.. todo:: Write steps for most basic .exe
.. code-block:: python
from bbfreeze import Freezer
freezer = Freezer('script')
freezer.addScript('foobar.py')
freezer()
py2exe
~~~~~~