Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 351 Bytes

File metadata and controls

18 lines (13 loc) · 351 Bytes

AdaptiveGUI

GUI for AIDA tool.

Preliminaries

We assume the user uses a UNIX-like machine and that has Python 3.10 installed.

  • Install necessary packages
apt-get install python3-tk
apt-get install python3-pil.imagetk
  • Install necessary Python packages
pip install -r requirements.txt