# Get started

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

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

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

```shell
git submodule update --init
```

Then you can install it via pip:

```shell
pip install -e .
```

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

```shell
teklia-dan --help
```

Get started with:

- [Developments](development.md)
- [Training workflow](training.md)