Skip to content
Snippets Groups Projects
Commit 307df1b7 authored by Manon Blanco's avatar Manon Blanco Committed by Yoann Schneider
Browse files

Install using pip without cloning explicitly

parent c54ab0dd
No related branches found
No related tags found
1 merge request!297Install using pip without cloning explicitly
# Get started # Get started
To use DAN in your own environment, you need to first clone via: ## 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:
```shell
teklia-dan @ git+ssh://git@gitlab.teklia.com/atr/dan.git
```
Then you can install it via pip:
```shell
pip install -r requirements.txt
```
### Manually
To install DAN manually, you need to first clone via:
```shell ```shell
git clone git@gitlab.teklia.com:atr/dan.git git clone git@gitlab.teklia.com:atr/dan.git
...@@ -9,9 +29,11 @@ git clone git@gitlab.teklia.com:atr/dan.git ...@@ -9,9 +29,11 @@ git clone git@gitlab.teklia.com:atr/dan.git
Then you can install it via pip: Then you can install it via pip:
```shell ```shell
pip install -e . pip install .
``` ```
---
To learn more about the newly installed `teklia-dan` command, make sure to run: To learn more about the newly installed `teklia-dan` command, make sure to run:
```shell ```shell
......
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