From bb83b075b62cba8622a069af530f49f6853c4f3c Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 9 Jun 2022 19:54:08 +0300 Subject: [PATCH] Install pyzbar Python library --- scripts/install_software.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_software.sh b/scripts/install_software.sh index 1de9f50..568ebd5 100644 --- a/scripts/install_software.sh +++ b/scripts/install_software.sh @@ -93,8 +93,8 @@ code --install-extension ms-vscode.cpptools code --install-extension streetsidesoftware.code-spell-checker code --install-extension eamodio.gitlens -echo "--- Installing pylint" -/usr/bin/python3 -m pip install -U pylint --user +echo "--- Installing additional Python packages" +/usr/bin/python3 -m pip install -U pylint pyzbar --user echo "--- Exposing examples" ln -s ${HOME}/catkin_ws/src/clover/clover/examples ${HOME}/