Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 321 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 321 Bytes

easy_oxidize

A cookiecutter template for easy packaging of python applications to an executable file with PyOxidizer.

usage:

cookiecutter gh:giftmischer69/easy_oxidize

cd {{YOUR_PACKAGE_NAME}}

# install dependencies
bootstrap.bat

# build & run your package
run.bat

# build your package
build.bat