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