Get started
Installation
To use DAN in your own environment, you need to install it as a dependency or manually.
As a dependency
To install DAN as a dependency, you need to first add the following line to your requirements.txt
file:
teklia-dan @ git+ssh://git@gitlab.teklia.com/atr/dan.git
Then you can install it via pip:
pip install -r requirements.txt
Manually
To install DAN manually, you need to first clone via:
git clone git@gitlab.teklia.com:atr/dan.git
Then you can initialize the Nerval
submodule:
git submodule update --init --recursive
Then you can install it via pip:
pip install .
To learn more about the newly installed teklia-dan
command, make sure to run:
teklia-dan --help
Get started with: