inank commited on
Commit
f9614ee
·
verified ·
1 Parent(s): abeb14d

feat: add Makefile

Browse files

Added a simple Makefile for easy local run

Files changed (1) hide show
  1. Makefile +5 -0
Makefile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ install-requirements:
2
+ pip install -r requirements.txt
3
+
4
+ run: install-requirements
5
+ source .env && python app.py