CofeehousePy/services/language_detection/Makefile

17 lines
278 B
Makefile
Raw Normal View History

2020-12-27 22:58:57 +01:00
build:
python3 setup.py build
clean:
rm -rf build/
rm -rf dist/
rm -rf *.egg-info
install:
python3 setup.py build
python3 setup.py install
sdist:
python3 setup.py sdist bdist_wheel
start_server:
python3 -m coffeehouse_languagedetection --start-server