From 2fedc736dea9de0ebd6db7a8b8111dfa688ca146 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 23 Jul 2026 10:38:50 +0200 Subject: [PATCH] Documents: update install --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f1d653..8989a24 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,12 @@ Daten. Im Python-Virtualenv von NetBox installieren: ```shell -/opt/netbox/venv/bin/pip install /pfad/zu/Netbox-Prefixes +/opt/netbox/venv/bin/pip install git+https://git.mrblake.cc/MrBlake/Netbox-Prefixes.git +``` + +In Local Requirements aufnehmen: +```shell +echo "git+https://git.mrblake.cc/MrBlake/Netbox-Prefixes.git" >> /opt/netbox/local_requirements.txt ``` Danach in `configuration.py` aktivieren: