"netbox>=4.4,<4.6"

This commit is contained in:
2026-07-10 09:20:29 +02:00
parent 9d5ea53b5c
commit 898f3341a3
4 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -19,9 +19,11 @@ Das Plugin loescht bewusst keine verwaisten VMs, Interfaces oder IP-Adressen. Da
Im Python-Environment der NetBox-Installation:
```bash
pip install /path/to/netbox-vmware-importer
pip install git+https://git.mrblake.cc/MrBlake/NetBox-VM-Import.git
```
NetBox selbst ist keine `pip`-Dependency des Plugins. Das Plugin wird im vorhandenen NetBox-Virtualenv installiert und bringt nur externe Bibliotheken wie `pyvmomi` und `cryptography` mit.
In `configuration.py` aktivieren:
```python