Open terriyu opened 7 years ago
Instead of running opensauce-python as a module on the command line, eventually, we'd like to make it into a proper Python package and/or a standalone executable ("freezing" software). Here are some resources on how to do this:
We will want to freeze and not package for Windows, since there is no standard Python packaging system on Windows.
Instead of running opensauce-python as a module on the command line, eventually, we'd like to make it into a proper Python package and/or a standalone executable ("freezing" software). Here are some resources on how to do this:
We will want to freeze and not package for Windows, since there is no standard Python packaging system on Windows.