Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.13 KB

portable rez

Windows Mac Linux

A Portable rez base on PyOxidizer

PyOxidizer is a utility for producing binaries that embed Python. The over-arching goal of PyOxidizer is to make complex packaging and distribution problems simple so application maintainers can focus on building applications instead of toiling with build systems and packaging tools.

PyOxidizer Comparisons to Other Tools

Setup dev env

pip install -r requirements-dev.txt

Build portable rez

nox -s build-exe

Build portable rez release

nox -s build-exe -- --release