Requirements
DBR requires Python 3.11 or higher. Make sure you have Python installed before proceeding.You can check your Python version by running
python --version or python3 --version in your terminal.Installation Methods
DBR can be installed using various Python package managers. Choose the method that works best for you.Using
pipx is recommended if you want to install DBR as an isolated command-line tool without affecting your global Python environment.
