Skip to content
Snippets Groups Projects
Commit aaeec5ed authored by Manon Blanco's avatar Manon Blanco
Browse files

Documentation: Remove submodule mentions

parent e7051d58
No related branches found
No related tags found
1 merge request!289Documentation: Remove submodule mentions
# Get started # Get started
To use DAN in your own environment, you need to first clone with its submodules via: To use DAN in your own environment, you need to first clone via:
```shell ```shell
git clone --recurse-submodules git@gitlab.teklia.com:atr/dan.git git clone 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: Then you can install it via pip:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment