-
Notifications
You must be signed in to change notification settings - Fork 0
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.
- Python 3.8 or higher
- Git (for cloning the repository)
- Clone the Repository:
git clone https://github.com/your-username/htb-helper.git
- Navigate to the Directory:
cd htb-helper
- Install Dependencies: Make sure you have pip installed. Then run:
pip install -r requirements.txt
- Run the Main Script:
python main.py
- Follow On-screen Prompts:
The script will guide you through the initial setup and tool installation.
After installation, refer to the User Manual to understand how to use HTB-Helper effectively.