Skip to main content

Running the Worker

Prerequisites:

Supported operating systems:

  • Linux (Ubuntu is confirmed to work, other major distributions should work)
  • Windows (using WSL2 for Docker)

You have two options for running the worker:

  1. Running the binary directly
  2. Running the Python source code
tip

Ensure that you have Docker installed and running on your machine before proceeding.

Running the Binary

  1. Download the latest release.
  2. Unzip and run the executable inside.

Running the Python Source Code

  1. Clone the repository.
  2. Install the dependencies:
    cd spl
    pip3 install -r requirements.txt
    cd ..
  3. Run the worker:
    python3 -m spl.worker