Installation

Installing as a dependency

compute-horde-sdk can simply be added to requirements.txt (or equivalent such as pyproject.toml etc). In order to properly set a dependency, see versioning chapter for details.

Note

The stability of your application depends on correct pinning of versions.

To install compute-horde-sdk, run:

pip install compute-horde-sdk

To install compute-horde-sdk with fallback functionality, run:

pip install compute-horde-sdk[fallback]

in your Python environment.