Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 432 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 432 Bytes

Hexaboard Visual Inspection GUI

University of Alabama

Installation

This repository is designed to install from source.

This GUI was built on AlmaLinux 9 and uses command-line tools to scan files.

# Clone the Repository
git clone --recursive https://github.com/cmsua/scanning-gui.git
cd scanning-gui

# Setup a Virtual Environment
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt