Skip to content

Installation

For typical usage, a simple pip install will do the trick.

pip install settus

The main dependencies are:

If you've got Python 3.8+ and pip installed, you're good to go. It is generally recommended to use a virtual environment for the installation.

Cloud-specific installation¤

To benefit from all features, we recommend also installing your cloud provider-specific dependencies:

  • Microsoft Azure:

    pip install settus[azure]
    

  • Amazon Web Services (AWS)

    pip install settus[aws]
    

  • Google Cloud Platform (GCP)

    pip install settus[gcp]
    

  • Databricks

    pip install settus[databricks]
    

Git-based installation¤

If you need or prefer installing Settus from git, you can use:

pip install git+https://github.com/okube-ai/settus.git@main