# In the root folder of the project
C:\PROJECT_ROOT> .\build\windows\build.ps1
- Prepare the project for packaging
Run the following command inside the root folder of the project:
C:\PROJECT_ROOT> .\build\windows\prepare.ps1 build\crynux_node
- Create the distribution folder using pyinstaller
Go to the folder created in the last step, and run the package command:
C:\PROJECT_ROOT> cd build\crynux_node
C:\PROJECT_ROOT\build\crynux_node> .\package.ps1