From 75769da806bad58e9c6eb1fb02d2462dfcac84d6 Mon Sep 17 00:00:00 2001
From: Bruce Allen <bdallen@nps.edu>
Date: Fri, 22 Mar 2024 13:21:33 -0700
Subject: [PATCH] update installer

---
 install_mp.bash | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install_mp.bash b/install_mp.bash
index 97ee0f3..c592425 100755
--- a/install_mp.bash
+++ b/install_mp.bash
@@ -98,7 +98,7 @@ ubuntu)
   sudo apt install git
   pip3 install --upgrade pip
   pip3 install PySide6
-  pip3 install pyqtdarktheme
+  pip3 install pyspellchecker
   install_mp_gryphon
   ;;
 
@@ -106,7 +106,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