Skip to content

Installation

pip install pynetworkin

Source install with uv

git clone https://github.com/bibymaths/pynetworkin
cd pynetworkin
uv sync
uv run pynetworkin --help

Development install

uv sync --group dev

Docs dependencies

uv sync --group docs
uv run --group docs mkdocs serve

Verify installation

pynetworkin info

See RUN.md for full run instructions including database setup, data downloads, and example commands.