Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 623 Bytes

File metadata and controls

27 lines (23 loc) · 623 Bytes

Gravity Wave Analysis Tool

SUNY Oswego CSC380 24S Team E

Tyler Cullen, Jeremiah Hubbard, Eric Stewart, Scott Wilmott

Getting GWAT

Download a binary from our Releases

Or (assuming you have python3 and pip installed) build it yourself with:

Linux/macOS:

git clone https://github.com/PiesArentSquare/csc380-team-e.git
cd csc380-team-e
chmod +x build.sh
./build.sh

Windows:

git clone https://github.com/PiesArentSquare/csc380-team-e.git
cd csc380-team-e
build.bat

or if the last line gives an error

./build.bat