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
|
## 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
|
||||||
|
|||||||
Reference in New Issue
Block a user