cai/examples/support_bot/Makefile

7 lines
113 B
Makefile

install:
pip3 install -r requirements.txt
prep:
python3 prep_data.py
run:
PYTHONPATH=../.. python3 -m main