Skip to content

Installation

kay-a11y edited this page Feb 15, 2025 · 2 revisions

Installation

This page provides instructions on how to install Gazer.

Prerequisites

Before installing Gazer, make sure you have the following software installed:

  • Python 3.7 or higher
  • pip (Python package installer)

Installation Steps

  1. Clone the repository:

    git clone https://github.com/kay-a11y/Gazer.git
  2. Navigate to the project directory:

    cd Gazer
  3. Install the required packages:

    pip install -r requirements.txt

Verification

To verify that Gazer has been installed correctly, run the following command:

python gazer.py --version

You should see the version number of Gazer printed on the console.