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