Skip to content

Installation Guide

Kylo P edited this page Sep 5, 2023 · 1 revision

Welcome to the Installation Guide for HTB-Helper. This guide will walk you through the process of setting up and installing HTB-Helper on your system.

Prerequisites

  • Python 3.8 or higher
  • Git (for cloning the repository)

Step-by-step Installation

  1. Clone the Repository:
git clone https://github.com/your-username/htb-helper.git
  1. Navigate to the Directory:
cd htb-helper
  1. Install Dependencies: Make sure you have pip installed. Then run:
pip install -r requirements.txt
  1. Run the Main Script:
python main.py
  1. Follow On-screen Prompts:

The script will guide you through the initial setup and tool installation.

Next Steps

After installation, refer to the User Manual to understand how to use HTB-Helper effectively.

Clone this wiki locally