Skip to content
Snippets Groups Projects
index.md 570 B

Get started

To use DAN in your own environment, you need to first clone with its submodules via:

git clone --recurse-submodules git@gitlab.teklia.com:atr/dan.git

If you forgot the --recurse-submodules, you can initialize the submodule using:

git submodule update --init

Then you can install it via pip:

pip install -e .

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

teklia-dan --help

Get started with: