Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Building executable on Windows

Mike Hucka edited this page Jun 1, 2018 · 3 revisions
  1. Install Python
  2. Run a terminal/command shell of some kind (e.g., cmd.exe)
  3. Install cx_Freeze:
python -m pip install cx_Freeze

If an error about Microsoft Visuall C++ 14.0 being required, it means the Microsoft Visual C++ Build Tools need to be installed. Proceed to find them on Microsoft's website, and install them.

Clone this wiki locally