📋 Prerequisites

Before proceeding, ensure you have:

  • A compatible operating system (Linux/macOS/Windows)
  • Python 3.8+ installed
  • Internet connectivity for package downloads

🪜 Installation Steps

  1. Download the latest release
    Download here to get the installation package.

  2. Extract the files
    Use tar or unzip depending on your OS.

    tar -xzf <package_name>.tar.gz  
    

    📎 Tip: Replace <package_name> with your actual file name

  3. Run the setup script
    Navigate to the extracted folder and execute:

    ./setup.sh  
    

    This will install all dependencies automatically

  4. Verify the installation
    Check the status with:

    ./check_installation.sh  
    

🌐 Next Steps

After installation, explore our documentation to learn how to configure and use the software.

Installation Steps
Setup Process