Add ReputationRadar community contribution (demo replaced by link)
This commit is contained in:
13
community-contributions/Reputation_Radar/Makefile
Normal file
13
community-contributions/Reputation_Radar/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
PYTHON ?= python
|
||||
|
||||
.PHONY: install run test
|
||||
|
||||
install:
|
||||
$(PYTHON) -m pip install --upgrade pip
|
||||
$(PYTHON) -m pip install -r requirements.txt
|
||||
|
||||
run:
|
||||
streamlit run app.py
|
||||
|
||||
test:
|
||||
pytest
|
||||
Reference in New Issue
Block a user