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