docs: use uv instead of pip in README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user