Skip to content

Installation

PIP📎

Installation is as simple as:

pip install driconfig
DriConfig heavily depends on two other Python libraries, that will be installed as dependencies:

  • Pydantic is a data validation framework using Python type annotations.
  • PyYAML is a full-featured YAML framework for the Python programming language.