A few examples showcasing how to use the Python SDK
Download and install AdHawk's eye tracking software
Creating a virtual enviroment is reccommended: python -m venv venv
To start the virtual environment: source venv/bin/activate
or .\venv\Scripts\activate
Installing SDK + requirements: pip install -r <example>/requirements.txt
Quit the virtual environemnt: deactivate
Run AdHawk Backend
Activate the virtual environment: source venv/bin/activate
or .\venv\Scripts\activate
Modify / run example
Quit the virtual environemnt: deactivate