Installation

Contents

Installation#

DeltaCycle releases are hosted on PyPI at https://pypi.org/project/deltacycle.

This chapter explains how to install DeltaCycle.

With pip#

To install the latest release of deltacycle, run:

$ pip install deltacycle

To upgrade to the latest release, run:

$ pip install --upgrade deltacycle

See https://pip.pypa.io for pip documentation.

With uv#

To add deltacycle as a project dependency, run:

$ uv add deltacycle

To upgrade to the latest release, run:

$ uv sync --upgrade-package deltacycle

See https://docs.astral.sh/uv for uv documentation.