Skip to content

Installation

It is recommended to install Simple-CDD-YAML into a dedicated environment (e.g. virtaulenv). After the environment has been activated, it can simply installed using pip:

pip install simple-cdd-yaml

Alternatively, Simple-CDD-YAML can be installed from source:

git clone https://github.com/swvanbuuren/simple-cdd-yaml.git
cd simple-cdd-yaml
pip install .

Usage

Refer to the getting started to learn how to use Simple-CDD-YAML.