You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,19 @@
3
3
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.
4
4
5
5
# Installation
6
-
The Plugin currently requires a manual installation.<br/>
7
-
The source code is available on [GitHub](https://github.com/iDebugAll/nextbox-ui-plugin).
8
6
9
7
General installation steps and considerations follow the [official guidelines](https://netbox.readthedocs.io/en/stable/plugins/).
10
8
11
-
### Package Installation
9
+
### Package Installation from PyPi
10
+
11
+
Assuming you use a Virtual Environment for Netbox:
12
+
```
13
+
$ source /opt/netbox/venv/bin/activate
14
+
(venv) $ pip3 install nextbox-ui-plugin
15
+
```
16
+
17
+
### Package Installation from Source Code
18
+
The source code is available on [GitHub](https://github.com/iDebugAll/nextbox-ui-plugin).<br/>
12
19
Download and install the package. Assuming you use a Virtual Environment for Netbox:
0 commit comments