######################## 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 :ref:`versioning chapter ` for details. .. note:: The stability of your application depends on correct :ref:`pinning of versions `. To install **compute-horde-sdk**, run:: pip install compute-horde-sdk To install **compute-horde-sdk** with :doc:`fallback ` functionality, run:: pip install compute-horde-sdk[fallback] in your Python environment.