Skip to content

Installation

Matus Banas edited this page Nov 14, 2024 · 9 revisions

Community Supported GitHub

Installation

This section will guide you through the installation process. Instructions bellow are bare minimum to run the BridgeCTL on Windows, macOS and Linux. For more detailed installation on Ubuntu and RHEL Linux, follow:

Prerequisites

  • Python >= 3.10
  • Docker (or Podman on RHEL9)
  • BridgeCTL works on Windows, Linux or Mac

Installation Steps

Note: Python 3.10 or greater is required. Please use the appropriate python command on your machine to run the setup script, for example instead of "python" you may need to use "python3" or "python3.11". The BridgeCTL setup script will create a folder "bridgectl" in the current directory and a python virtual environment named "tabenv". It will then create a shortcut function bridgectl so that you can conveniently use that global command from the terminal.

BridgeCTL is easy to install. Just download and run the bridgectl_setup.py script using the following two commands:

curl -OL https://github.com/tab-se/bridgectl/releases/download/setup/bridgectl_setup.py
python bridgectl_setup.py

Clone this wiki locally