Skip to content

eternaldreamers/astro-wave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Python Version Estado del Proyecto Nivel de Código


About Astro Wave

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Getting Started

Git convention

prefix description usage
hotfix for quickly fixing critical issues, usually with a temporary solution hotfix/*
bugfix for fixing a bug bugfix/*
feature feature for adding, removing or modifying a feature feature/*
test for experimenting something which is not an issue test/*
wip for a work in progress wip/*

Setup

Install

python -m venv .venv

Activate Environment

source .venv/bin/activate

Install Requirements

pip install -r requirements.txt

Run Default

python main.py <start|gui|hiperespectral>

Run Development

python dev.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published