feat: image-converter project init
This commit is contained in:
16
image-converter/Makefile
Normal file
16
image-converter/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
install:
|
||||
echo ">>> Installing dependencies"
|
||||
pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
|
||||
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