From a24c7063cf1119fac18f4e07a8543c254fdaf1b7 Mon Sep 17 00:00:00 2001
From: manonBlanco <blanco@teklia.com>
Date: Fri, 2 Feb 2024 15:11:32 +0100
Subject: [PATCH] Update command line in the documentation

---
 docs/get_started/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/get_started/index.md b/docs/get_started/index.md
index 7d30a551..a50ac65d 100644
--- a/docs/get_started/index.md
+++ b/docs/get_started/index.md
@@ -35,7 +35,7 @@ pip install -r requirements.txt
 To install DAN directly, you can install it via pip:
 
 ```shell
-pip3 install --index-url https://gitlab.teklia.com/api/v4/projects/210/packages/pypi/simple --extra-index-url https://gitlab.teklia.com/api/v4/projects/210/packages/pypi/simple teklia-dan
+pip3 install --index-url https://gitlab.teklia.com/api/v4/projects/98/packages/pypi/simple --extra-index-url https://gitlab.teklia.com/api/v4/projects/210/packages/pypi/simple teklia-dan
 ```
 
 The `--index-url` argument is required to find the `DAN` package, the `--extra-index-url` argument is needed to find the `nerval` dependency.
-- 
GitLab