From 25fded105a3734591cad6d04ffa255ed74400a0a Mon Sep 17 00:00:00 2001 From: zqh Date: Mon, 12 Mar 2018 18:40:28 +0800 Subject: [PATCH] Delete INSTALL.md --- INSTALL.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md deleted file mode 100644 index 6634bec..0000000 --- a/INSTALL.md +++ /dev/null @@ -1,26 +0,0 @@ - -## install dependency - -#### python3 -install or update to python 3 - -#### install chinese version of rasa nlu -``` -git clone https://github.com/crownpku/Rasa_NLU_Chi.git -cd rasa_nlu -pip install -r requirements.txt -python setup.py install -``` - -#### install sklearn and MITIE - -``` -pip install -U scikit-learn sklearn-crfsuite -pip install git+https://github.com/mit-nlp/MITIE.git -``` - -#### install rasa_core - -``` -pip install rasa_core -```