From eb627bdedc3079a54b05825367759c2d41ca0ec5 Mon Sep 17 00:00:00 2001 From: mattieserver <3049868+mattieserver@users.noreply.github.com> Date: Mon, 12 Sep 2022 18:36:27 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92df31c..5dfdec8 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ First run `source /opt/netbox/venv/bin/activate` to enter the Python virtual env Then run ```bash cd /opt/netbox/netbox +pip3 install netbox-topology-views python3 manage.py collectstatic --no-input ```