docs: update installation steps and reformat markdown tables
- Update the dependency installation command in the main README to use `uv sync` instead of `pip`, reflecting the project's package manager. - Realign markdown tables in `src/yang/README.md` to improve raw text readability and consistency.
This commit is contained in:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name = "fabric-orchestrator"
|
||||
version = "0.1.0"
|
||||
description = "Declarative Network Fabric Orchestrator - Terraform-like infrastructure management for Arista EVPN-VXLAN using gNMI, YANG, and NetBox as Source of Truth"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"dataclasses>=0.8",
|
||||
"typing>=3.10.0.0",
|
||||
]
|
||||
Reference in New Issue
Block a user