Installation¶
Requirements¶
HtmlGraph requires Python 3.10 or higher.
Install from PyPI¶
The easiest way to install HtmlGraph is via pip:
Or using uv (recommended):
Install from Source¶
Clone the repository and install in development mode:
Verify Installation¶
Check that HtmlGraph is installed correctly:
Or using the CLI:
Optional Dependencies¶
For development and testing:
# Install development dependencies
uv pip install -e ".[dev]"
# Install testing dependencies
uv pip install -e ".[test]"
# Install documentation dependencies
uv pip install -e ".[docs]"
Agent Integration¶
Claude Code Plugin¶
# Install the HtmlGraph plugin for Claude Code
claude plugin install htmlgraph
# Or from local marketplace
claude plugin marketplace add local-marketplace
claude plugin install htmlgraph
Gemini CLI Extension¶
Codex CLI Skill¶
Next Steps¶
- Quick Start Guide - Get started with your first graph
- Core Concepts - Understand HtmlGraph fundamentals