feature/raw-processor #1
3
image-converter/.gitignore
vendored
3
image-converter/.gitignore
vendored
@@ -1,3 +1,6 @@
|
||||
/venv
|
||||
/venv/*
|
||||
__pycache__/
|
||||
/build
|
||||
/dist
|
||||
*.spec
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user