From 1f4bd280ad64cf0be94e97f98bdce8117dca2136 Mon Sep 17 00:00:00 2001 From: "Andrew Herrold (Intel Corporation)" Date: Thu, 27 Feb 2020 16:16:39 -0700 Subject: [PATCH] added additional python packages to install_deps Signed-off-by: Andrew Herrold (Intel Corporation) --- install_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_deps.sh b/install_deps.sh index d2b0d6a3..5b6b33ff 100755 --- a/install_deps.sh +++ b/install_deps.sh @@ -107,6 +107,7 @@ else if [ $pipAnswer == 'y' ]; then echo -e "\e[36mpip3 install -r /opt/intel/openvino/deployment_tools/model_optimizer/requirements.txt\e[39m" pip3 install -r /opt/intel/openvino/deployment_tools/model_optimizer/requirements.txt + pip3 install coverage m2r pyenchant pylint Sphinx safety test-generator else echo -e "Please install necessary packages from pip. \nYou can find a list of the necessary packages in the Model Optimizer directory." exit 1