Skip to content

Installation

Use NetGraph as a Python package in your environment.

Using the Python Package

  • Requires Python 3.11 or higher. Use a virtual environment (python -m venv .venv && source .venv/bin/activate).
pip install ngraph

Verify installation:

ngraph --help

Next: see Quickstart for running scenarios and minimal programmatic usage.