From 0e865977a8fb23321d2c3e49337cd7be1a9c8a3e Mon Sep 17 00:00:00 2001 From: Olav Date: Fri, 8 Mar 2019 21:18:25 +0100 Subject: [PATCH] installation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a6c77e4..86c53ca 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ A PHP library and a Laraval package is available: ## Step1: Core Installation The NLP Server has been tested on Ubuntu, but should work on other versions of Linux. ```bash +git clone https://github.com/web64/nlpserver.git +cd nlpserver + apt-get install -y libicu-dev python3-pip pip3 install -r requirements.txt ```