Installation
Prerequisites
Section titled “Prerequisites”- Python 3.12+
- macOS / Linux / Windows (PowerShell, CMD, or Windows Terminal)
Install
Section titled “Install”uv tool install git+https://github.com/ywh555hhh/Mutsumi.gitpip install git+https://github.com/ywh555hhh/Mutsumipipx install git+https://github.com/ywh555hhh/Mutsumigit clone https://github.com/ywh555hhh/Mutsumi.gitcd Mutsumipip install .Or with uv:
cd Mutsumi && uv sync && uv run mutsumiVerify
Section titled “Verify”mutsumi --version# Expected: mutsumi, version 0.4.0b1Install uv (optional)
Section titled “Install uv (optional)”curl -LsSf https://astral.sh/uv/install.sh | shpowershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Uninstall
Section titled “Uninstall”pip uninstall mutsumiuv tool uninstall mutsumiConfig and log files can be removed manually:
rm -rf ~/.config/mutsumi/ # Configrm -rf ~/.local/share/mutsumi/ # LogsRemove-Item -Recurse "$env:APPDATA\mutsumi" # ConfigRemove-Item -Recurse "$env:LOCALAPPDATA\mutsumi" # Logs