How to Build Executable File for Windows
========================================
1. Install python interpreter into the windows computer.
2. Create :code:`nvpy-build` folder on the desktop.
3. Exclude :code:`nvpy-build` folder from the security check. This step is necessary to prevent trouble while generating executable files.
4. Download and extract source code into the :code:`nvpy-build` folder.
5. Execute :code:`generate-nvpy-exe.bat` on a console. It will generate zip files on the :code:`dist` folder.
|