mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Adding most basic bbfreeze code
This commit is contained in:
@@ -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
|
||||
~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user