feat: build features

This commit is contained in:
2026-01-09 00:19:30 +01:00
parent 7d78cc8058
commit 5803891b60
2 changed files with 6 additions and 3 deletions

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