Skip to content

Installation

DDLCheck requires Python 3.12 or newer. It's designed to be easy to install and integrate into your existing workflows.

Using pip

You can install DDLCheck using pip:

pip install ddlcheck

This will install DDLCheck and all its dependencies.

From Source

To install from source:

# Clone the repository
git clone https://github.com/olirice/ddlcheck.git
cd ddlcheck
pip install .

Verifying Installation

Once installed, verify the installation by running:

ddlcheck version

You should see the version number of DDLCheck.