Skip to content

Commit

Permalink
update Artifactory URL
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnCaerts committed Nov 29, 2023
1 parent 88e0230 commit 38a6d03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 38a6d03

Please sign in to comment.