Installation

In a virtual environment, install by issuing the command:

pip install --upgrade cx_Freeze

Using pipenv, install or update by issuing one of the folowing commanda:

pipenv install cx_Freeze
pipenv update cx_Freeze

Without virtual environment, depending on the system:

python -m pip install --upgrade cx_Freeze

or

python3 -m pip install --upgrade cx_Freeze

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.

In the source directory, use one of the command:

pip install .

or

python setup.py develop

Issue tracking on Github.