Skip to content

Installation

Requirements

Install with pip

pip install sosad

Install with uv

uv add sosad

Install from source

git clone https://github.com/Namnarak/SoSad.git
cd SoSad
uv sync

Verify installation

python -c "import sosad; print(sosad.__version__)"

Next steps