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.
- Get access to Seek Gitlab SBT repo with at least Guest access
- Create a Gitlab personal Access Token (PAT) with
read_api
scope - Download python 3.10+
- 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.