Installation

SBT is stored as a Python package in the Gitlab Package Registry. To install the package, you will need to generate a Personal Access Token (PAT) from your Gitlab user profile.

  1. Get access to Seek Gitlab SBT repo with at least Guest access
  2. Create a Gitlab personal Access Token (PAT) with read_api scope
  3. Download python 3.10+
  4. Run the pip command below with your PAT replacing the <your_personal_token> placeholder
pip install sbt --index-url https://__token__:<your_personal_token>@gitlab.com/api/v4/projects/54902832/packages/pypi/simple

The package should install successfully. Run sbt help in your terminal to see the available commands.