From 267817bc846b37b92b4d1ff7097756d641af2067 Mon Sep 17 00:00:00 2001 From: Emerson Felipe Date: Fri, 22 Nov 2024 15:24:04 -0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5f7b91..73ff907 100755 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ The following table shows the Netbox and Proxmox versions compatible (tested) wi ### Summary [1. Installation](#1-installation) - [1.1. Install package](#11-install-package) - - [1.1.1. Using pip (production use)](#111-using-pip-production-use---not-working-yet) - - [1.1.2. Using git (development use)](#112-using-git-development-use) + - [1.1.1. Using pip (production use)](#111-using-pip-production-use---not-working-yet) - NOT WORKING + - [1.1.2. Using git (development use)](#112-using-git-development-use) - CURRENTLY WORKING - [1.2. Enable the Plugin](#12-enable-the-plugin) - [1.3. Configure Plugin](#13-configure-plugin) - [1.3.1. Change Netbox 'configuration.py' to add PLUGIN parameters](#131-change-netbox-configurationpy-to-add-plugin-parameters) @@ -93,6 +93,8 @@ The plugin is available as a Python package in pypi and can be installed with pi #### 1.1.1. Using pip (production use) +> NOT WORKING + Enter Netbox's virtual environment. ``` source /opt/netbox/venv/bin/activate @@ -104,6 +106,9 @@ Install the plugin package. ``` #### 1.1.2. Using git (development use) + +> CURRENTLY WORKING + **OBS:** This method is recommend for testing and development purposes and is not for production use. Move to netbox main folder