docs: use uv instead of pip in README

This commit is contained in:
2026-01-11 16:26:50 +00:00
parent 1564cffd88
commit 1c1b410ce0

View File

@@ -12,7 +12,7 @@ This directory contains scripts to populate NetBox with the fabric topology defi
## Installation ## Installation
```bash ```bash
pip install pynetbox uv add pynetbox
``` ```
## Usage ## Usage
@@ -20,7 +20,7 @@ pip install pynetbox
```bash ```bash
export NETBOX_URL="http://netbox.example.com" export NETBOX_URL="http://netbox.example.com"
export NETBOX_TOKEN="your-api-token" export NETBOX_TOKEN="your-api-token"
python scripts/provision_fabric.py uv run python scripts/provision_fabric.py
``` ```
## What Gets Created ## What Gets Created