-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
kay-a11y edited this page Feb 15, 2025
·
2 revisions
This page provides instructions on how to install Gazer.
Before installing Gazer, make sure you have the following software installed:
- Python 3.7 or higher
- pip (Python package installer)
-
Clone the repository:
git clone https://github.com/kay-a11y/Gazer.git
-
Navigate to the project directory:
cd Gazer
-
Install the required packages:
pip install -r requirements.txt
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.