From 1a7013000f62f6c0f2da57fb6ba63471d0a9d0fc Mon Sep 17 00:00:00 2001 From: MarsitFaysel <43824114+MarsitFaysel@users.noreply.github.com> Date: Wed, 21 Nov 2018 05:56:42 +0100 Subject: [PATCH 1/2] added a section in README.md It the solution for errors in installation related to dependencies!! --- .../README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Full Code [Latest release of Rasa NLU and Rasa Core]/README.md b/Full Code [Latest release of Rasa NLU and Rasa Core]/README.md index 5ce05d6..f64c506 100644 --- a/Full Code [Latest release of Rasa NLU and Rasa Core]/README.md +++ b/Full Code [Latest release of Rasa NLU and Rasa Core]/README.md @@ -7,6 +7,12 @@ there were quite a few changes which were introduced to Rasa NLU and Rasa Core. The code of this repo differs quite significantly from the original video. This is how to use it: +### Resolving dependencies installation issues + +git clone https://github.com/RasaHQ/rasa_nlu.git +cd rasa_nlu +pip install -r alt_requirements/requirements_full.txt + ### Training the NLU model Training of the NLU model didn't change much from the way it was shown in the video. To train and test the model run: From 8686128f33cb629bf32b98d9e2d40ddcf21948d0 Mon Sep 17 00:00:00 2001 From: MarsitFaysel <43824114+MarsitFaysel@users.noreply.github.com> Date: Wed, 21 Nov 2018 05:57:57 +0100 Subject: [PATCH 2/2] update in README.md --- Full Code [Latest release of Rasa NLU and Rasa Core]/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Full Code [Latest release of Rasa NLU and Rasa Core]/README.md b/Full Code [Latest release of Rasa NLU and Rasa Core]/README.md index f64c506..fd6c0ac 100644 --- a/Full Code [Latest release of Rasa NLU and Rasa Core]/README.md +++ b/Full Code [Latest release of Rasa NLU and Rasa Core]/README.md @@ -10,7 +10,9 @@ The code of this repo differs quite significantly from the original video. This ### Resolving dependencies installation issues git clone https://github.com/RasaHQ/rasa_nlu.git + cd rasa_nlu + pip install -r alt_requirements/requirements_full.txt ### Training the NLU model