Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.15 KB

File metadata and controls

46 lines (32 loc) · 1.15 KB

SCAnalysis

An application written in python to graph and analyze data from given data points and allowing for custom axis manipulation.

Requirements

A virtual environment (Not really necessary but good to have if you're working on seperate projects, this project was created using a Conda virtual environment.)

As well as the following packages w/ their version numbers.

Packages:
    -numpy >= 1.15.4
    -matplotlib >= 2.2.3
    -PyQt5 >= 5.6.0
    -pyopengl >= 3.1.3
    -pyqtgraph >= 0.10.0
    -pywin32 >= 1.0; platform_system == "Windows"
    -tesseract >= 0.1.3

Development

git clone https://github.com/deedlehof/SCAnalysis.git
cd ./SCAnalysis

Creating an Environment

Using pre-existing package list

Windows
MacOS
Linux

Creating a Clean Environment

Installation

Building from Source

Pre-built Package

Running Application

Authors and license

Licensed under GNU General Public License v3.0

Package was designed and written by:

Originally written as an Analysis tool for the University of Kentucky Solar Car Team.