mirror of
https://github.com/drygdryg/netbox-plugin-interface-sync
synced 2024-11-25 18:10:52 +03:00
Plugin uploaded to PyPI
This commit is contained in:
parent
8ec9de6202
commit
cedba0b67d
@ -8,7 +8,11 @@ If your NetBox installation uses virtualenv, activate it like this:
|
||||
```
|
||||
source /opt/netbox/venv/bin/activate
|
||||
```
|
||||
Clone this repository, then go to the folder with it and install the plugin:
|
||||
Install the plugin from PyPI:
|
||||
```
|
||||
pip install netbox-interface-sync
|
||||
```
|
||||
or clone this repository, then go to the folder with it and install the plugin:
|
||||
```
|
||||
pip install .
|
||||
```
|
||||
|
@ -7,7 +7,11 @@
|
||||
```
|
||||
source /opt/netbox/venv/bin/activate
|
||||
```
|
||||
Склонируйте этот репозиторий, затем перейдите в папку с ним и установите плагин:
|
||||
Установите плагин из репозитория PyPI:
|
||||
```
|
||||
pip install netbox-interface-sync
|
||||
```
|
||||
или клонируйте этот репозиторий, затем перейдите в папку с ним и установите плагин:
|
||||
```
|
||||
pip install .
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user