Skip to content

Installing the App in Nautobot

Here you will find detailed instructions on how to install and configure the App within your Nautobot environment.

Prerequisites

  • Show Tech is compatible with any Nautobot version.
  • Currently Show Tech works in Linux and docker containers running Linux
  • Show Tech is working on Python 3.8 and higher. Lower Python versions may not be compatible with Show Tech.

Note

Please check the dedicated page for a full compatibility matrix and the deprecation policy.

Access Requirements

No additional access is required to run Show Tech.

Install Guide

Note

Plugins can be installed manually or using Python's pip. See the nautobot documentation for more details. The pip package name for this plugin is nautobot_show_tech.

Currently nautobot_show_tech is only available via the private NTC repository. Once the Open Source process has been completed, then nautobot_show_tech will be available as a Python package via PyPI and can be installed with pip:

pip install nautobot_show_tech

To ensure nautobot_show_tech is automatically re-installed during future upgrades, create a file named local_requirements.txt (if not already existing) in the Nautobot root directory (alongside requirements.txt) and list the nautobot_show_tech package:

echo nautobot_show_tech >> local_requirements.txt