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