Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 606 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 606 Bytes

Installation

Requirements

Tested on:

  • Python==3.10.4
  • Arch or Debian disto

Instructions

Ubuntu/Debian

  1. sudo apt install build-essential
  2. git clone https://github.com/aman-1004/engage-attendance-tracker
  3. cd Engage-Attendance-Tracker
  4. Install pip dependencies
    • pip install -r requirements.txt

Arch

  1. sudo pacman -S base-devel
  2. git clone https://github.com/aman-1004/engage-attendance-tracker
  3. cd Engage-Attendance-Tracker
  4. Install pip dependencies
    • pip install -r requirements.txt

Launching Program

  1. python gui.py