diff --git a/README.md b/README.md index fc63f7d..4ffe1fd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This package is available in the public Terrascope PyPi repository and can be in - add the Terrascope PyPi repository in your [`pip` configuration file](https://pip.pypa.io/en/stable/user_guide/#configuration) ``` [global] - index-url = https://artifactory.vgt.vito.be/api/pypi/python-packages/simple + index-url = https://artifactory.vgt.vito.be/artifactory/api/pypi/python-packages/simple ``` - install the `terracatalogueclient` package ``` diff --git a/docs/installation.rst b/docs/installation.rst index cdbb320..c24a749 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -8,7 +8,7 @@ Installation This package is available in the public Terrascope PyPi repository and can be installed using ``pip``:: - $ pip install --extra-index-url https://artifactory.vgt.vito.be/api/pypi/python-packages/simple terracatalogueclient + $ pip install --extra-index-url https://artifactory.vgt.vito.be/artifactory/api/pypi/python-packages/simple terracatalogueclient Alternatively, you can configure ``pip`` to use the Terrascope repository by default: