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.
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/* |
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