feature/raw-processor #1

Merged
dqnid merged 5 commits from feature/raw-processor into main 2026-01-09 00:24:22 +01:00
2 changed files with 6 additions and 3 deletions
Showing only changes of commit 5803891b60 - Show all commits

View File

@@ -1,3 +1,6 @@
/venv
/venv/*
__pycache__/
/build
/dist
*.spec

View File

@@ -3,14 +3,14 @@ install:
pip install --upgrade pip
pip install -r requirements.txt
build:
pyinstaller src/main.py --onefile
save:
pip freeze > requirements.txt
run:
python src/main.py
test:
python -m pytest -v
setenv:
python -m venv venv