From b49ece70a1d3a5d30b8059e0493b83df3292f87b Mon Sep 17 00:00:00 2001 From: Debug All Date: Thu, 4 Jun 2020 22:53:43 +0300 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b557cca..6d1bd4d 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,19 @@ A topology visualization plugin for [Netbox](https://github.com/netbox-community/netbox) powered by [NextUI](https://developer.cisco.com/site/neXt/) Toolkit. Netbox v2.8.0+ is required. # Installation -The Plugin currently requires a manual installation.
-The source code is available on [GitHub](https://github.com/iDebugAll/nextbox-ui-plugin). General installation steps and considerations follow the [official guidelines](https://netbox.readthedocs.io/en/stable/plugins/). -### Package Installation +### Package Installation from PyPi + +Assuming you use a Virtual Environment for Netbox: +``` +$ source /opt/netbox/venv/bin/activate +(venv) $ pip3 install nextbox-ui-plugin +``` + +### Package Installation from Source Code +The source code is available on [GitHub](https://github.com/iDebugAll/nextbox-ui-plugin).
Download and install the package. Assuming you use a Virtual Environment for Netbox: ``` $ git clone https://github.com/iDebugAll/nextbox-ui-plugin