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