-
Notifications
You must be signed in to change notification settings - Fork 7
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:
- Installation on RHEL9, AnazonLinux2023 Linux or Ubuntu Linux
- Installation on Windows
- Installation on macOS
- Python >= 3.10
- Docker (or Podman on RHEL9)
- BridgeCTL works on Windows, Linux or Mac
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
bridgectlso 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