- Python 3.11+
pip(oruv/pipx)- Git (for repository-aware features)
git clone https://github.com/OpenSIN-Code/SIN-Code-Semantic-Codebase-Knowledge-Graphs.git
cd SIN-Code-Semantic-Codebase-Knowledge-Graphs
pip install -e .This installs the sckg CLI and the importable package sin_code_sckg.
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]"sckg --help
pytest -qpip uninstall sin-code-sckg