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
).
Verify installation:
Next: see Quickstart for running scenarios and minimal programmatic usage.