feat: build features
This commit is contained in:
3
image-converter/.gitignore
vendored
3
image-converter/.gitignore
vendored
@@ -1,3 +1,6 @@
|
|||||||
/venv
|
/venv
|
||||||
/venv/*
|
/venv/*
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
/build
|
||||||
|
/dist
|
||||||
|
*.spec
|
||||||
|
|||||||
@@ -3,14 +3,14 @@ install:
|
|||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
build:
|
||||||
|
pyinstaller src/main.py --onefile
|
||||||
|
|
||||||
save:
|
save:
|
||||||
pip freeze > requirements.txt
|
pip freeze > requirements.txt
|
||||||
|
|
||||||
run:
|
run:
|
||||||
python src/main.py
|
python src/main.py
|
||||||
|
|
||||||
test:
|
|
||||||
python -m pytest -v
|
|
||||||
|
|
||||||
setenv:
|
setenv:
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
|
|||||||
Reference in New Issue
Block a user