Documents: update install
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user