Installation¶
Requirements¶
- Python 3.10 or newer
- pip or uv
Install from PyPI¶
Or using uv (recommended):
Install from Source¶
For development or to get the latest changes:
git clone https://github.com/DecisionNerd/graphforge.git
cd graphforge
# Using uv (recommended)
uv sync --all-extras
# Or using pip
pip install -e ".[dev]"
Verify Installation¶
Next Steps¶
- Quick Start - Your first graph queries
- Cypher Guide - Learn the query language