Installation#

Note

When you are using a Terrascope Virtual Machine (VM) or Notebooks, the package is already pre-installed for you.

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/artifactory/api/pypi/python-packages/simple terracatalogueclient

Alternatively, you can configure pip to use the Terrascope repository as an additional package source:

  • add the Terrascope PyPi repository in your pip configuration file:

    [global]
    extra-index-url = https://artifactory.vgt.vito.be/artifactory/api/pypi/python-packages/simple
    
  • install the terracatalogueclient package:

    $ pip install terracatalogueclient