From 45b66afbf8fcdb5eff27c48a22fb4e77161322bf Mon Sep 17 00:00:00 2001 From: Stijn Caerts Date: Wed, 29 Nov 2023 17:23:48 +0100 Subject: [PATCH] docs: update Artifactory URL in pip config --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index c24a749..576ddfd 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -16,7 +16,7 @@ Alternatively, you can configure ``pip`` to use the Terrascope repository by def - add the Terrascope PyPi repository in your `pip configuration file `_:: [global] - index-url = https://artifactory.vgt.vito.be/api/pypi/python-packages/simple + extra-index-url = https://artifactory.vgt.vito.be/artifactory/api/pypi/python-packages/simple - install the ``terracatalogueclient`` package::