Skip to content

Installation


Important

In addition to installing the tool itself, you will also need to use a modern terminal emulator such as:

GitHub releases

Each release provides the following:

  • Standalone binaries for Linux, Windows, and macOS
  • Windows AMD64 (64-bit) MSI installer
  • Windows x86 (32-bit) MSI installer
  • Windows universal (AMD64+x86) EXE installer
  • macOS DMG installer

pipx

pipx allows for the global installation of Python applications in isolated environments.

pipx install ddqa

pip

DDQA is available on PyPI and can be installed with pip.

pip install ddqa

Warning

This method modifies the Python environment in which you choose to install. Consider instead using pipx to avoid dependency conflicts.


Last update: June 2, 2023