Plugin uploaded to PyPI

This commit is contained in:
Victor Golovanenko 2021-04-24 21:56:57 +03:00
parent 8ec9de6202
commit cedba0b67d
No known key found for this signature in database
GPG Key ID: 49B2AA9695DBD79F
2 changed files with 10 additions and 2 deletions

View File

@ -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 .
```

View File

@ -7,7 +7,11 @@
```
source /opt/netbox/venv/bin/activate
```
Склонируйте этот репозиторий, затем перейдите в папку с ним и установите плагин:
Установите плагин из репозитория PyPI:
```
pip install netbox-interface-sync
```
или клонируйте этот репозиторий, затем перейдите в папку с ним и установите плагин:
```
pip install .
```