diff --git a/Makefile b/Makefile index 988da81a..4ac13e63 100644 --- a/Makefile +++ b/Makefile @@ -128,4 +128,9 @@ system_prep_pip: rm get-pip.py system_prep_gcc: - apt -y install gcc build-essential \ No newline at end of file + apt -y install gcc build-essential + +# ====================================================================================================================== + +start_langdetect: + python3 -m coffeehouse_languagedetection --start-server \ No newline at end of file diff --git a/README.md b/README.md index f242d2e5..00f9f382 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ used in order to install CoffeeHousePy, and it's components onto the machine. ## Prepare the system -The system must have `python3.8` installed, `pip` and `gcc`. To prepare the system run +The system must have `python3.6` installed, `pip` and `gcc`. To prepare the system run the following command ```shell @@ -22,4 +22,13 @@ CoffeeHousePy run the following command ```shell sudo -H make clean build install +``` + + +## Services + +Once CoffeeHousePy is installed, you can start it's services indvidually. + +```shell +make start_langdetect # Starts the language detection server, runs on port 5606 ``` \ No newline at end of file