# Goals Create a pyinstaller based packaging to have an easy onboarding of `nice123d` Including: - Python Environment - The application resouces - Examples - Documentation > [!Important] > We need to test this on every platform especially on Macs with ARM64 where the official `buid123d` > needs a mamba/conda environment. > [!Important] > We need to keep in mind that some features of `build123d` need to read files (svg or stl) > and create files like models (stl, svg ...) # Tasks - Package the application - Package application resources - Package Python "environment" itself > [!Note] > Maybe `Jupyter` or `Restricted Pytheron` could help with this.
Goals
Create a pyinstaller based packaging to have an easy onboarding of
nice123dIncluding:
Important
We need to test this on every platform especially on Macs with ARM64 where the official
buid123dneeds a mamba/conda environment.
Important
We need to keep in mind that some features of
build123dneed to read files (svg or stl)and create files like models (stl, svg ...)
Tasks
Note
Maybe
JupyterorRestricted Pytheroncould help with this.