Get started

Installation

As a dependency

To install DAN as a dependency, you need to first add the following line to your requirements.txt file:

atr-dan

Then you can install it via pip:

pip install -r requirements.txt

Directly

To install DAN directly, you can install it via pip:

pip install atr-dan

To learn more about the newly installed teklia-dan command, make sure to run:

teklia-dan --help

As an editable package

For development and tests purpose it may be useful to install the project as a editable package with pip.

To install DAN as an editable package, you can install it via pip:

pip install -e .

Get started with: