From e1e7f15ea7d6b6d087b8542f64f5f82f6d24e06a Mon Sep 17 00:00:00 2001 From: Bruce Allen <bdallen@nps.edu> Date: Fri, 22 Mar 2024 15:47:23 -0700 Subject: [PATCH] add pip module to installer --- install_mp.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_mp.bash b/install_mp.bash index e5061e3..e6a2f85 100755 --- a/install_mp.bash +++ b/install_mp.bash @@ -99,6 +99,7 @@ ubuntu) sudo apt install python3-pip pip3 install --upgrade pip pip3 install PySide6 + pip3 install pyqtdarktheme pip3 install pyspellchecker install_mp_gryphon ;; @@ -107,6 +108,7 @@ macos) echo "Installing requisite packages..." pip3 install --upgrade pip pip3 install PySide6 + pip3 install pyqtdarktheme pip3 install pyspellchecker install_gryphon install_preloaded_examples -- GitLab