You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
Mike Hucka edited this page Jun 1, 2018
·
3 revisions
Install Python
Run a terminal/command shell of some kind (e.g., cmd.exe)
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.