From d79e3d50e6c9e1df4f87cd968cc510218641c2a0 Mon Sep 17 00:00:00 2001 From: Sina Date: Tue, 30 Aug 2022 22:33:31 -0700 Subject: [PATCH] Add instruction to install optional dependencies --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 03f118ec..eb8334fb 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,13 @@ pip install -e . # -e means your changes to the code will automatically take ef After installation, `genienlp` command becomes available. +Some GenieNLP commands have additional dependencies for plotting and entity detection. If you are using those commands, you can obtain their dependencies by running the following: + +``` +pip install matplotlib~=3.0 seaborn~=0.9 +python -m spacy download en_core_web_sm +``` + ## Usage ### Training a semantic parser