Joshua Lochner
Add run command to Makefile
78f9176
raw
history blame contribute delete
No virus
87 Bytes
PIP := pip3
install:
$(PIP) install -r requirements.txt
run:
streamlit run app.py