Skip to content

Commit b49ece7

Browse files
committed
Update README.md
1 parent 7478544 commit b49ece7

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,19 @@
33
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.
44

55
# 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).
86

97
General installation steps and considerations follow the [official guidelines](https://netbox.readthedocs.io/en/stable/plugins/).
108

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/>
1219
Download and install the package. Assuming you use a Virtual Environment for Netbox:
1320
```
1421
$ git clone https://github.com/iDebugAll/nextbox-ui-plugin

0 commit comments

Comments
 (0)