From 1c1b410ce00582df3ca0b4da8c5d35195769d73b Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sun, 11 Jan 2026 16:26:50 +0000 Subject: [PATCH] docs: use uv instead of pip in README --- scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index deba6b6..7b3034c 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -12,7 +12,7 @@ This directory contains scripts to populate NetBox with the fabric topology defi ## Installation ```bash -pip install pynetbox +uv add pynetbox ``` ## Usage @@ -20,7 +20,7 @@ pip install pynetbox ```bash export NETBOX_URL="http://netbox.example.com" export NETBOX_TOKEN="your-api-token" -python scripts/provision_fabric.py +uv run python scripts/provision_fabric.py ``` ## What Gets Created