From 435a65a9d0a5175cf95e4581b2637c5079c32ff2 Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Fri, 27 Oct 2023 11:50:07 +0200
Subject: [PATCH] Update README.md

---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index abb4fd1..8437d31 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,11 @@ Features
 Once installed, you can use the `ansible_inventory_generator` command to generate the Ansible inventory from the API:
 
 ```bash
-pip install ansible_inventory_generator
-
+pip install \
+    --pre \
+    --extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \
+    ansible-inventory-generator
+    
 export api_url=http://127.0.0.1:8080/api/v1/subscriptions/routers
 export host_vars_dir=/path/to/base/hostvars/dir
 export vars_file_name=wfo_vars.yaml
-- 
GitLab