From cedba0b67d8dab0bc3ebe3eae19e3dd18a3d7931 Mon Sep 17 00:00:00 2001 From: Victor Golovanenko Date: Sat, 24 Apr 2021 21:56:57 +0300 Subject: [PATCH] Plugin uploaded to PyPI --- README.md | 6 +++++- README_ru.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 056e461..7940f97 100644 --- a/README.md +++ b/README.md @@ -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 . ``` diff --git a/README_ru.md b/README_ru.md index 0ab77cc..0d04b4f 100644 --- a/README_ru.md +++ b/README_ru.md @@ -7,7 +7,11 @@ ``` source /opt/netbox/venv/bin/activate ``` -Склонируйте этот репозиторий, затем перейдите в папку с ним и установите плагин: +Установите плагин из репозитория PyPI: +``` +pip install netbox-interface-sync +``` +или клонируйте этот репозиторий, затем перейдите в папку с ним и установите плагин: ``` pip install . ```