Installation

In a virtual environment, install by issuing the command:

pip install cx_Freeze --upgrade

Without virtual environment, depending on the system:

python -m pip install cx_Freeze --upgrade

or

python3 -m pip install cx_Freeze --upgrade

or download directly from PyPI.

Source code

You can download and extract the source code found on Github to do a a manual installation.

Installing from source requires setuptools. This is installed automatically in virtual environments.

The following steps are needed:

python setup.py build
python setup.py install

or

python setup.py develop

Issue tracking on Github.