Installation

Requirements

HBAT requires:

  • Python: 3.9 or higher

  • tkinter: Included with Python standard library on most systems. On macOS, install Python and tkinter using Homebrew:

    brew install python python3-tk
    

Installation Methods

From Source

git clone https://github.com/abhishektiwari/hbat.git
cd hbat
pip install -e .

Verification

To verify the installation:

hbat --version

Or test the command line interface:

hbat --help