Installation
Stable release
To install ssbc, run this command in your terminal:
pip install ssbc
Or if you prefer to use uv:
uv add ssbc
From source
The source files for ssbc can be downloaded from the Github repo.
You can either clone the public repository:
git clone git://github.com/phzwart/ssbc
Or download the tarball:
curl -OJL https://github.com/phzwart/ssbc/tarball/master
Once you have a copy of the source, you can install it with:
cd ssbc
uv pip install .