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:

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

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

    $ pip install terracatalogueclient