- Python 3.11+
pip(oruv/pipx)- Git (for repository-aware features)
git clone https://github.com/OpenSIN-Code/SIN-Code.git
cd SIN-Code-Bundle
pip install -e .This installs the sin command and the importable package sin_code_bundle.
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e .The MCP server requires the optional mcp dependency:
pip install -e ".[mcp]"sin --help
pytest -qpip uninstall sin-code-bundle