From 0ebbd983c59b5e2a4fb0785448feace4393e35c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20W=C4=85troba?= <markowanga@gmail.com> Date: Thu, 5 May 2022 10:41:29 +0200 Subject: [PATCH] Update readme --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e2b0c..4a35d55 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -# dialogue-systems \ No newline at end of file +# dialogue-systems + +## How to configure environment +Install Python 3.8 (using conda or other methods) + +Install poetry +```bash +pip install poetry +``` + +Go to `rasa_domains` or `rasa_shared` directory + +Install dependencies +```bash +poetry install +``` + +Now environment is configured. +If you want to run rasa chatbots, go to chatbot main directory ex. +`rasa_domains/rasa_ksi`, and use `rasa` command. -- GitLab