Installation Guide ================== Follow the steps below to install SUPERHEX on your local machine. Step 1: Clone the repository ---------------------------- First, make a local copy of the code by cloning the GitHub repository: .. code-block:: bash git clone https://github.com/malaei/SUPERHEX.git Step 2: Change to the code directory ------------------------------------ Navigate to the directory where the code was cloned: .. code-block:: bash cd SUPERHEX Step 3: Install using pip ------------------------- Once inside the code directory, install SUPERHEX using `pip`: .. code-block:: bash pip install .